mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 10:33:14 +08:00
Sync non-active accounts more infrequently
This commit is contained in:
parent
c4736cb4d1
commit
b0a6ec066b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ class SyncPolicy {
|
|||
afterSync: 'idle',
|
||||
intervals: {
|
||||
active: 30 * 1000,
|
||||
inactive: 120 * 1000,
|
||||
inactive: 5 * 60 * 1000,
|
||||
},
|
||||
folderSyncOptions: {
|
||||
deepFolderScan: 10 * 60 * 1000,
|
||||
|
|
Loading…
Reference in a new issue