diff --git a/collector.sh b/collector.sh index dc5d70f..6587c46 100755 --- a/collector.sh +++ b/collector.sh @@ -5,5 +5,5 @@ while : do ./manage.py collect ./manage.py clean - sleep 600 + sleep 300 done