1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-07 23:16:37 +00:00

Index per 100

This commit is contained in:
M66B 2020-10-31 08:13:07 +01:00
parent 489d7e1baf
commit 46c379c027

View file

@ -43,7 +43,7 @@ import static android.os.Process.THREAD_PRIORITY_BACKGROUND;
public class WorkerFts extends Worker {
private static final int INDEX_DELAY = 30; // seconds
private static final int INDEX_BATCH_SIZE = 500;
private static final int INDEX_BATCH_SIZE = 100;
public WorkerFts(@NonNull Context context, @NonNull WorkerParameters workerParams) {
super(context, workerParams);