mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-04 10:39:25 +00:00
Increased quota interval
This commit is contained in:
parent
662bf3c361
commit
a1d4ecfd24
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||||
private MediatorState liveAccountNetworkState = new MediatorState();
|
private MediatorState liveAccountNetworkState = new MediatorState();
|
||||||
|
|
||||||
private static final long PURGE_DELAY = 60 * 1000L; // milliseconds
|
private static final long PURGE_DELAY = 60 * 1000L; // milliseconds
|
||||||
private static final long QUOTA_INTERVAL = 5 * 60 * 1000L; // milliseconds
|
private static final long QUOTA_INTERVAL = 10 * 60 * 1000L; // milliseconds
|
||||||
private static final long QUIT_DELAY = 5 * 1000L; // milliseconds
|
private static final long QUIT_DELAY = 5 * 1000L; // milliseconds
|
||||||
private static final long STILL_THERE_THRESHOLD = 3 * 60 * 1000L; // milliseconds
|
private static final long STILL_THERE_THRESHOLD = 3 * 60 * 1000L; // milliseconds
|
||||||
static final int DEFAULT_POLL_INTERVAL = 0; // minutes
|
static final int DEFAULT_POLL_INTERVAL = 0; // minutes
|
||||||
|
|
Loading…
Add table
Reference in a new issue