mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Simplified executors
This commit is contained in:
@@ -69,7 +69,7 @@ public class ViewModelMessages extends ViewModel {
|
||||
};
|
||||
|
||||
private static final ExecutorService executor =
|
||||
Helper.getBackgroundExecutor(0, 0, 3, "model");
|
||||
Helper.getBackgroundExecutor(0, "model");
|
||||
|
||||
private static final int LOCAL_PAGE_SIZE = 50;
|
||||
private static final int THREAD_PAGE_SIZE = 100;
|
||||
|
||||
Reference in New Issue
Block a user