mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 08:14:45 +00:00
Small improvement
This commit is contained in:
parent
ddbdfcd522
commit
96c819d270
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue