From 7ec3b0a8da82cf3e70c1a467f145c111830c874c Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Wed, 27 Jul 2016 10:34:12 +0700 Subject: [PATCH] change periodic dump stats default interval to 120s --- im.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/im.js b/im.js index aa4a4c9..4d256c8 100644 --- a/im.js +++ b/im.js @@ -20,7 +20,7 @@ function dumpStats() { } function dumpStatsPeriodic() { - var dumpStatsInterval = 1000 * 30; + var dumpStatsInterval = 1000 * 120; if (config.globals.dump_stats_interval_secs) { dumpStatsInterval = config.globals.dump_stats_interval_secs * 1000; } -- 1.9.0