mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
更改monitor的时间间隔
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user