feat(1.5.0-beta1): 调整随机等待退避策略的最小间隔时间
This commit is contained in:
parent
b00e41152e
commit
4ac26f3e47
@ -207,7 +207,7 @@ public class WaitStrategies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public RandomWaitStrategy() {
|
public RandomWaitStrategy() {
|
||||||
this.minimum = 0;
|
this.minimum = 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user