From 2751c25465283ce215087f71e852ce2338219aa1 Mon Sep 17 00:00:00 2001 From: Semen Bezrukov Date: Wed, 22 Jul 2020 18:30:50 +0300 Subject: [PATCH] Fix flushInterval --- tests/graphite/statsd/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/graphite/statsd/config.js b/tests/graphite/statsd/config.js index 2ce559e..2ebffe6 100644 --- a/tests/graphite/statsd/config.js +++ b/tests/graphite/statsd/config.js @@ -2,6 +2,6 @@ "graphiteHost": "onlyoffice-graphite", "graphitePort": 2003, "port": 8125, - "flushInterval": 3000, + "flushInterval": 60000, "backends": [ "./backends/graphite.js" ] }