Increase exists delay

This commit is contained in:
M66B 2020-03-18 11:03:11 +01:00
parent 17dd33c6a6
commit eacea0b3a3
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ import static javax.mail.Folder.READ_WRITE;
class Core {
private static final int MAX_NOTIFICATION_COUNT = 25; // per group
private static final long AFTER_SEND_DELAY = 15 * 1000L; // milliseconds
private static final long AFTER_SEND_DELAY = 20 * 1000L; // milliseconds
private static final int SYNC_CHUNCK_SIZE = 200;
private static final int SYNC_BATCH_SIZE = 20;
private static final int DOWNLOAD_BATCH_SIZE = 20;