Increased quit delay

pull/198/head
M66B 3 years ago
parent 1d73b33d76
commit 6a822f09be

@ -115,7 +115,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
private static final long BACKUP_DELAY = 30 * 1000L; // milliseconds
private static final long PURGE_DELAY = 30 * 1000L; // milliseconds
private static final int QUIT_DELAY = 5; // seconds
private static final int QUIT_DELAY = 7; // seconds
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_POLL_INTERVAL = 15; // minutes

Loading…
Cancel
Save