Commit 7ec3b0a8da82cf3e70c1a467f145c111830c874c

Authored by Adhidarma Hadiwinoto
1 parent 96f88769e1
Exists in master

change periodic dump stats default interval to 120s

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -20,7 +20,7 @@ function dumpStats() {
20 20 }
21 21  
22 22 function dumpStatsPeriodic() {
23   - var dumpStatsInterval = 1000 * 30;
  23 + var dumpStatsInterval = 1000 * 120;
24 24 if (config.globals.dump_stats_interval_secs) {
25 25 dumpStatsInterval = config.globals.dump_stats_interval_secs * 1000;
26 26 }