Undo concurrency change

This commit is contained in:
Manav Rathi 2024-04-10 15:34:21 +05:30
parent 71e839e9c4
commit 45d22d5863
No known key found for this signature in database

View file

@ -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,