Browse Source

Decrease start backk-off time to 8 seconds

main
M66B 5 years ago
parent
commit
07dd6f0df6
2 changed files with 1 additions and 1 deletions
  1. BIN
      .idea/caches/build_file_checksums.ser
  2. +1
    -1
      app/src/main/java/eu/faircode/email/ServiceSynchronize.java

BIN
.idea/caches/build_file_checksums.ser View File


+ 1
- 1
app/src/main/java/eu/faircode/email/ServiceSynchronize.java View File

@ -123,7 +123,7 @@ 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 = 32; // seconds
private static final int CONNECT_BACKOFF_START = 8; // seconds
private static final int CONNECT_BACKOFF_MAX = 1024; // seconds (1024 sec ~ 17 min)
private static final long STORE_NOOP_INTERVAL = 9 * 60 * 1000L; // ms
private static final int ATTACHMENT_AUTO_DOWNLOAD_SIZE = 32 * 1024; // bytes


Loading…
Cancel
Save