This commit is contained in:
Anil Koyuncu
2018-04-05 14:59:33 +02:00
parent deaa2f9364
commit 655ca03374
@@ -120,6 +120,7 @@ public class CalculatePairs {
while (jedis.ping() == "PONG") { while (jedis.ping() == "PONG") {
log.info("wait"); log.info("wait");
} }
Thread.sleep(Integer.valueOf(serverWait));
} catch (IOException e) { } catch (IOException e) {