Fix flushInterval

This commit is contained in:
Semen Bezrukov 2020-07-22 18:30:50 +03:00
parent cf04addb4a
commit 2751c25465

View file

@ -2,6 +2,6 @@
"graphiteHost": "onlyoffice-graphite", "graphiteHost": "onlyoffice-graphite",
"graphitePort": 2003, "graphitePort": 2003,
"port": 8125, "port": 8125,
"flushInterval": 3000, "flushInterval": 60000,
"backends": [ "./backends/graphite.js" ] "backends": [ "./backends/graphite.js" ]
} }