Increase max notification count to 25

pull/194/head
M66B 5 years ago
parent 7e6e54c433
commit ee52526adc

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

Loading…
Cancel
Save