mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
alertOnPendingCount changed from 10 to 50
This commit is contained in:
@@ -17,7 +17,7 @@ interface PendingJob {
|
||||
targetWorkerIndex?: number
|
||||
}
|
||||
|
||||
const alertOnPendingCount = 10
|
||||
const alertOnPendingCount = 50
|
||||
const workerFile = './src/utils/classes.ts'
|
||||
let workers: Array<WorkerObj>
|
||||
const pendingJobs: {
|
||||
|
Reference in New Issue
Block a user