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