mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Small improvement
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user