Increased service quit delay

This commit is contained in:
M66B 2021-10-23 14:58:48 +02:00
parent 8816da11d8
commit 3e6db5cc34
1 changed files with 1 additions and 1 deletions

View File

@ -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 = 7; // seconds
private static final int QUIT_DELAY = 10; // 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