We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e15fed9 + d3d67ed commit 713da27Copy full SHA for 713da27
src/main/java/Sentinel.java
@@ -43,7 +43,7 @@ public static void main(String[] args) {
43
if (longWaitCount++ > 60) {
44
longWaitCount = 0;
45
System.out.println("执行60次循环后,休息10分钟左右再继续");
46
- sleep(RandomUtil.randomInt(50000, 70000));
+ sleep(RandomUtil.randomInt(500000, 700000));
47
} else {
48
sleep(RandomUtil.randomInt(sleepMillisMin, sleepMillisMax));
49
}
0 commit comments