diff --git a/collector.sh b/collector.sh index a68434d..8659a7f 100755 --- a/collector.sh +++ b/collector.sh @@ -2,5 +2,5 @@ while : do ./manage.py collect ./manage.py clean - sleep 60 + sleep 300 done