调整重试次数

This commit is contained in:
shikong 2024-02-26 10:54:29 +08:00
parent 39467e9cfb
commit 74e2d3110a

View File

@ -116,7 +116,7 @@ public class DeviceProxyService {
// 重试间隔
.withWaitStrategy(WaitStrategies.fixedWait(1, TimeUnit.MILLISECONDS))
// 重试次数
.withStopStrategy(StopStrategies.stopAfterAttempt(1000))
.withStopStrategy(StopStrategies.stopAfterAttempt(3000))
.build();
// zlmStreamChangeHookService.getRegistHandler(DEFAULT_ZLM_APP).put(callId,()->{
try {