1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-23 08:14:45 +00:00

Small improvement

This commit is contained in:
M66B 2022-04-12 08:32:25 +02:00
parent ddbdfcd522
commit 96c819d270

View file

@ -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);