update peak concurrent job interval

This commit is contained in:
Francis Dong
2021-01-05 17:20:32 +08:00
parent 945f45fa5d
commit 9fb9459987

View File

@@ -350,7 +350,7 @@ public class FlowStat {
log.debug("PeakConcurrentJob done");
}
try {
Thread.sleep(100);
Thread.sleep(1);
} catch (Exception e) {
e.printStackTrace();
}