mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Limit total number of operation retries
This commit is contained in:
@@ -75,6 +75,8 @@ public class EntityOperation {
|
||||
public String args;
|
||||
@NonNull
|
||||
public Long created;
|
||||
@NonNull
|
||||
public int tries = 0;
|
||||
public String state;
|
||||
public String error;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user