1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 17:57:16 +00:00

Increase max notification count to 25

This commit is contained in:
M66B 2021-02-14 20:41:35 +01:00
parent 7e6e54c433
commit ee52526adc

View file

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