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:
parent
8d3c0d7592
commit
8199edc1e9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ interface PendingJob {
|
||||||
targetWorkerIndex?: number
|
targetWorkerIndex?: number
|
||||||
}
|
}
|
||||||
|
|
||||||
const alertOnPendingCount = 10
|
const alertOnPendingCount = 50
|
||||||
const workerFile = './src/utils/classes.ts'
|
const workerFile = './src/utils/classes.ts'
|
||||||
let workers: Array<WorkerObj>
|
let workers: Array<WorkerObj>
|
||||||
const pendingJobs: {
|
const pendingJobs: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue