gluon-status-page-api: decrease dyn/statistics event frequency

The statistics data is now cached for 5s, no need to send an event every
second. The new interval is 3s, which is coprime with the cache timeout.
This commit is contained in:
Matthias Schiffer 2015-12-12 20:53:34 +01:00
parent 48d24c2674
commit 077dbe3c08
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
echo "Access-Control-Allow-Origin: *"
exec gluon-neighbour-info -s "" -l -d ::1 -p 1001 -t 1 -r statistics
exec gluon-neighbour-info -s "" -l -d ::1 -p 1001 -t 3 -r statistics