mirror of https://github.com/M66B/FairEmail.git
Increased service quit delay
This commit is contained in:
parent
8816da11d8
commit
3e6db5cc34
|
@ -115,7 +115,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||||
|
|
||||||
private static final long BACKUP_DELAY = 30 * 1000L; // milliseconds
|
private static final long BACKUP_DELAY = 30 * 1000L; // milliseconds
|
||||||
private static final long PURGE_DELAY = 30 * 1000L; // milliseconds
|
private static final long PURGE_DELAY = 30 * 1000L; // milliseconds
|
||||||
private static final int QUIT_DELAY = 7; // seconds
|
private static final int QUIT_DELAY = 10; // seconds
|
||||||
private static final long STILL_THERE_THRESHOLD = 3 * 60 * 1000L; // milliseconds
|
private static final long STILL_THERE_THRESHOLD = 3 * 60 * 1000L; // milliseconds
|
||||||
private static final int OPTIMIZE_KEEP_ALIVE_INTERVAL = 12; // minutes
|
private static final int OPTIMIZE_KEEP_ALIVE_INTERVAL = 12; // minutes
|
||||||
private static final int OPTIMIZE_POLL_INTERVAL = 15; // minutes
|
private static final int OPTIMIZE_POLL_INTERVAL = 15; // minutes
|
||||||
|
|
Loading…
Reference in New Issue