mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Reduced local page size to 50
This commit is contained in:
@@ -70,7 +70,7 @@ public class ViewModelMessages extends ViewModel {
|
||||
|
||||
private ExecutorService executor = Helper.getBackgroundExecutor(2, "model");
|
||||
|
||||
private static final int LOCAL_PAGE_SIZE = 100;
|
||||
private static final int LOCAL_PAGE_SIZE = 50;
|
||||
private static final int REMOTE_PAGE_SIZE = 10;
|
||||
private static final int SEARCH_PAGE_SIZE = 10;
|
||||
private static final int LOW_MEM_MB = 32;
|
||||
|
||||
Reference in New Issue
Block a user