Simplified executors

This commit is contained in:
M66B
2023-01-13 17:38:41 +01:00
parent 3e6ed3cb04
commit 51f3f150d7
9 changed files with 26 additions and 28 deletions

View File

@@ -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;