Limit number of group retries

This commit is contained in:
M66B 2021-10-01 08:45:24 +02:00
parent b4e51860e7
commit 84b337a852
1 changed files with 1 additions and 1 deletions

View File

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