mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Increase number of fetch executors
This commit is contained in:
@@ -68,7 +68,8 @@ public class ViewModelMessages extends ViewModel {
|
||||
}
|
||||
};
|
||||
|
||||
private ExecutorService executor = Helper.getBackgroundExecutor(2, "model");
|
||||
// AndroidX IO = 4 threads
|
||||
private ExecutorService executor = Helper.getBackgroundExecutor(4, "model");
|
||||
|
||||
private static final int LOCAL_PAGE_SIZE = 50;
|
||||
private static final int REMOTE_PAGE_SIZE = 10;
|
||||
|
||||
Reference in New Issue
Block a user