mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 11:54:10 +01:00
Outlook is dead slow (2)
This commit is contained in:
@@ -138,7 +138,7 @@ class Core {
|
||||
private static final long LOCAL_RETRY_DELAY = 5 * 1000L; // milliseconds
|
||||
private static final int TOTAL_RETRY_MAX = LOCAL_RETRY_MAX * 5;
|
||||
private static final long EXISTS_RETRY_DELAY = 20 * 1000L; // milliseconds
|
||||
private static final long EXISTS_RETRY_DELAY_OUTLOOK = 10 * 60 * 1000L; // milliseconds
|
||||
private static final long EXISTS_RETRY_DELAY_OUTLOOK = 15 * 60 * 1000L; // milliseconds
|
||||
private static final int FIND_RETRY_COUNT = 3; // times
|
||||
private static final long FIND_RETRY_DELAY = 5 * 1000L; // milliseconds
|
||||
private static final int POP3_KEEP_EXTRA = 100; // messages
|
||||
|
||||
Reference in New Issue
Block a user