Move AccountSynchronizer delay back to 10s
At two seconds, the background AccountSynchronizer kicks in too quickly and can interfere with foreground operations, especially when the Inbox is being normalized at startup.
This commit is contained in:
parent
ee7efd3a93
commit
c0e10d71dd
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
private class Geary.ImapEngine.AccountSynchronizer : Geary.BaseObject {
|
||||
private const int FETCH_DATE_RECEIVED_CHUNK_COUNT = 25;
|
||||
private const int SYNC_DELAY_SEC = 2;
|
||||
private const int SYNC_DELAY_SEC = 10;
|
||||
|
||||
public GenericAccount account { get; private set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue