1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-28 02:37:16 +00:00

Limit number of group retries

This commit is contained in:
M66B 2021-10-01 08:45:24 +02:00
parent b4e51860e7
commit 84b337a852

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