diff --git a/web/apps/photos/src/services/machineLearning/mlWorkManager.ts b/web/apps/photos/src/services/machineLearning/mlWorkManager.ts index 142bc9ff1..37b7c7d13 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,