Prevent backoff lockout

pull/175/head
M66B 5 years ago
parent f0b88c8d2c
commit 869570eb27

@ -497,8 +497,6 @@ class Core {
if (ops.size() == 0)
state.batchCompleted(folder.id, priority, sequence);
else // abort
state.error(new OperationCanceledException());
} finally {
Log.i(folder.name + " end process state=" + state + " pending=" + ops.size());
}

Loading…
Cancel
Save