feat(1.5.0-beta1): 调整随机等待退避策略的最小间隔时间

This commit is contained in:
xiaochaihu 2025-04-12 18:27:39 +08:00 committed by opensnail
parent 2e9eccf97e
commit 8a1dc0d5b1

View File

@ -207,7 +207,7 @@ public class WaitStrategies {
} }
public RandomWaitStrategy() { public RandomWaitStrategy() {
this.minimum = 0; this.minimum = 10;
} }
@Override @Override