From b0a6ec066bb1ecd63094a78e54b4742a1a544ebf Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Tue, 12 Jul 2016 09:53:04 -0700 Subject: [PATCH] Sync non-active accounts more infrequently --- packages/nylas-core/sync-policy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nylas-core/sync-policy.js b/packages/nylas-core/sync-policy.js index f3cf89413..bc6d330a8 100644 --- a/packages/nylas-core/sync-policy.js +++ b/packages/nylas-core/sync-policy.js @@ -4,7 +4,7 @@ class SyncPolicy { afterSync: 'idle', intervals: { active: 30 * 1000, - inactive: 120 * 1000, + inactive: 5 * 60 * 1000, }, folderSyncOptions: { deepFolderScan: 10 * 60 * 1000,