only gatter a datapoint every 5 minutes

This will allow us to display 144 data points on the main view which should be
more than enough.
This commit is contained in:
Andreas Zweili 2019-10-21 19:27:46 +02:00
parent 9841c3232d
commit e0edc6e113
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ export DJANGO_SETTINGS_MODULE=sensors.settings.production
while :
do
./manage.py collect
sleep 10
sleep 600
done