Undo concurrency change
This commit is contained in:
parent
71e839e9c4
commit
45d22d5863
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class MLWorkManager {
|
|||
|
||||
constructor() {
|
||||
this.liveSyncQueue = new PQueue({
|
||||
concurrency: 4,
|
||||
concurrency: 1,
|
||||
// TODO: temp, remove
|
||||
timeout: LIVE_SYNC_QUEUE_TIMEOUT_SEC * 1000,
|
||||
throwOnTimeout: true,
|
||||
|
|
Loading…
Add table
Reference in a new issue