Small improvement

pull/177/head
M66B 6 years ago
parent 786fde2ca4
commit f879b3f5a6

@ -409,6 +409,7 @@ class Core {
if (op.tries >= TOTAL_RETRY_MAX) {
// Giving up
op.cleanup(context);
db.operation().deleteOperation(op.id);
ops.remove(op);
continue;

Loading…
Cancel
Save