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:
parent
489d7e1baf
commit
46c379c027
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue