线程睡眠时间修改

hongrunHaotian
LAPTOP-S9HJSOEB\昊天 3 years ago
parent 1c3ea016e6
commit c6dbaa5b6a

@ -76,7 +76,7 @@ public class KsecNettyClient {
log.error("reconnect error num:{}", num);
num++;
try {
Thread.sleep(configProperties.getKsec().getReconnectNum()*1000);
Thread.sleep(ksec.getReconnectInterval()*1000);
} catch (InterruptedException ex) {
throw new RuntimeException(ex);
}

Loading…
Cancel
Save