Increased quit delay

This commit is contained in:
M66B 2021-05-15 08:03:07 +02:00
parent 1d73b33d76
commit 6a822f09be
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 = 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