mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 09:47:13 +00:00
Changed backoff parameters
This commit is contained in:
parent
3cbf570629
commit
ae2ab1aef3
1 changed files with 2 additions and 2 deletions
|
@ -113,8 +113,8 @@ public class ServiceSynchronize extends LifecycleService {
|
|||
private static final int NOTIFICATION_SYNCHRONIZE = 1;
|
||||
private static final int NOTIFICATION_UNSEEN = 2;
|
||||
|
||||
private static final int CONNECT_BACKOFF_START = 2; // seconds
|
||||
private static final int CONNECT_BACKOFF_MAX = 128; // seconds
|
||||
private static final int CONNECT_BACKOFF_START = 32; // seconds
|
||||
private static final int CONNECT_BACKOFF_MAX = 512; // seconds
|
||||
private static final long STORE_NOOP_INTERVAL = 9 * 60 * 1000L; // ms
|
||||
private static final int ATTACHMENT_BUFFER_SIZE = 8192; // bytes
|
||||
|
||||
|
|
Loading…
Reference in a new issue