Skip to content

Commit

Permalink
Update start.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm authored Dec 27, 2024
1 parent 5b2268c commit ae31698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function stopIt () {

const queue = require('queue')
var startFuncQueue = queue()
startFuncQueue.concurrency = 10
startFuncQueue.concurrency = 1

async function createStart (config, q, cloudQueue) {
if (stopTheThing) {
Expand Down

0 comments on commit ae31698

Please sign in to comment.