Reduced local page size to 50

This commit is contained in:
M66B
2020-04-26 16:30:41 +02:00
parent 4f2a1f7d19
commit e6366780da

View File

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