diff --git a/web/apps/photos/src/services/machineLearning/mlWorkManager.ts b/web/apps/photos/src/services/machineLearning/mlWorkManager.ts index 142bc9ff1d99cbd1fcd667a9ecc4153b04ef1835..37b7c7d13b5daa336b94afe8040d0815e46626e5 100644 --- a/web/apps/photos/src/services/machineLearning/mlWorkManager.ts +++ b/web/apps/photos/src/services/machineLearning/mlWorkManager.ts @@ -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,