mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-04 10:39:25 +00:00
Retry operations until folder closed
This commit is contained in:
parent
c8f6b77290
commit
9731e17af8
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class Core {
|
|||
Log.i(folder.name + " executing operations=" + ops.size());
|
||||
while (retry < LOCAL_RETRY_MAX && ops.size() > 0 &&
|
||||
state.batchCanRun(folder.id, priority, sequence) &&
|
||||
state.isRunning() && state.isRecoverable()) {
|
||||
state.isRunning() && ifolder.isOpen()) {
|
||||
TupleOperationEx op = ops.get(0);
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue