diff --git a/src/utils/workerPool.ts b/src/utils/workerPool.ts index f167f39..c6d6eb7 100644 --- a/src/utils/workerPool.ts +++ b/src/utils/workerPool.ts @@ -17,7 +17,7 @@ interface PendingJob { targetWorkerIndex?: number } -const alertOnPendingCount = 10 +const alertOnPendingCount = 50 const workerFile = './src/utils/classes.ts' let workers: Array const pendingJobs: {