Wait before retry only

pull/174/head
M66B 6 years ago
parent 2cfc34eaf0
commit ce6b0b126b

@ -469,6 +469,7 @@ class Core {
ops.remove(op); ops.remove(op);
} else { } else {
retry++; retry++;
if (retry < OPERATION_RETRY_MAX)
try { try {
Thread.sleep(OPERATION_RETRY_DELAY); Thread.sleep(OPERATION_RETRY_DELAY);
} catch (InterruptedException ex1) { } catch (InterruptedException ex1) {

Loading…
Cancel
Save