mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 10:17:18 +00:00
Increase max notification count to 25
This commit is contained in:
parent
7e6e54c433
commit
ee52526adc
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,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_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_CHUNCK_SIZE = 200;
|
||||||
private static final int SYNC_BATCH_SIZE = 20;
|
private static final int SYNC_BATCH_SIZE = 20;
|
||||||
private static final int DOWNLOAD_BATCH_SIZE = 20;
|
private static final int DOWNLOAD_BATCH_SIZE = 20;
|
||||||
|
|
Loading…
Reference in a new issue