mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01:00
Increase search page size to 10
This commit is contained in:
@@ -53,7 +53,7 @@ public class ViewModelMessages extends ViewModel {
|
||||
|
||||
private static final int LOCAL_PAGE_SIZE = 100;
|
||||
private static final int REMOTE_PAGE_SIZE = 10;
|
||||
private static final int SEARCH_PAGE_SIZE = 1;
|
||||
private static final int SEARCH_PAGE_SIZE = 10;
|
||||
private static final int LOW_MEM_MB = 32;
|
||||
|
||||
Model getModel(
|
||||
|
||||
Reference in New Issue
Block a user