From 204a82994dd089fa80462faa09aa7eca8b15b9fc Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Tue, 15 May 2018 18:07:29 +0200 Subject: [PATCH] Turn off concurrency in sync_update --- src/lib/Account.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Account.js b/src/lib/Account.js index 72af1c1afd..8f6893e1b5 100644 --- a/src/lib/Account.js +++ b/src/lib/Account.js @@ -267,7 +267,7 @@ export default class Account { await this.storage.addToCache(node.id, await serverMark.hash()) } }, - BATCH_SIZE + 1 // concurrency ) }