Increased number of notifications to 10

pull/194/head
M66B 4 years ago
parent 3678af0826
commit 4d9c1b9ec4

@ -138,7 +138,7 @@ import static androidx.core.app.NotificationCompat.DEFAULT_SOUND;
import static javax.mail.Folder.READ_WRITE; import static javax.mail.Folder.READ_WRITE;
class Core { class Core {
private static final int MAX_NOTIFICATION_DISPLAY = 7; // per group private static final int MAX_NOTIFICATION_DISPLAY = 10; // per group
private static final int MAX_NOTIFICATION_COUNT = 100; // per group private static final int MAX_NOTIFICATION_COUNT = 100; // per group
private static final int SYNC_CHUNCK_SIZE = 200; private static final int SYNC_CHUNCK_SIZE = 200;
private static final int SYNC_BATCH_SIZE = 20; private static final int SYNC_BATCH_SIZE = 20;

Loading…
Cancel
Save