mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
ddbdfcd522
commit
96c819d270
|
@ -100,7 +100,7 @@ public class WorkerFts extends Worker {
|
|||
|
||||
indexed++;
|
||||
|
||||
if (ids.size() > INDEX_BATCH_SIZE)
|
||||
if (ids.size() >= INDEX_BATCH_SIZE)
|
||||
markIndexed(db, ids);
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
|
|
Loading…
Reference in New Issue