Wait before retry only

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

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

Loading…
Cancel
Save