Fix flushInterval
This commit is contained in:
parent
cf04addb4a
commit
2751c25465
|
@ -2,6 +2,6 @@
|
|||
"graphiteHost": "onlyoffice-graphite",
|
||||
"graphitePort": 2003,
|
||||
"port": 8125,
|
||||
"flushInterval": 3000,
|
||||
"flushInterval": 60000,
|
||||
"backends": [ "./backends/graphite.js" ]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue