mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Reduced local page size to 50
This commit is contained in:
parent
4f2a1f7d19
commit
e6366780da
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue