Skip to content

Commit

Permalink
Turn off concurrency in sync_update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed May 15, 2018
1 parent 8852840 commit 204a829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Account.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export default class Account {
await this.storage.addToCache(node.id, await serverMark.hash())
}
},
BATCH_SIZE
1 // concurrency
)
}

Expand Down

0 comments on commit 204a829

Please sign in to comment.