更改monitor的时间间隔

This commit is contained in:
bryan.zhang
2018-01-05 17:59:29 +08:00
parent 014666e710
commit cfe6b344c1
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ public class MonitorBus {
public void run() {
MonitorBus.printStatistics();
}
}, 30*1000L, 1*60*1000L);
}, 5*60*1000L, 5*60*1000L);
}
public static void addStatistics(CompStatistics statistics){