Limit number of group retries

pull/206/head
M66B 4 years ago
parent b4e51860e7
commit 84b337a852

@ -512,7 +512,7 @@ class Core {
db.endTransaction(); db.endTransaction();
} }
if (similar.size() > 0) { if (similar.size() > 0 && op.tries < TOTAL_RETRY_MAX) {
// Retry individually // Retry individually
group = false; group = false;
// Finally will reset state // Finally will reset state

Loading…
Cancel
Save