From ae3169876f146380443d85bd1854c2095903e6f3 Mon Sep 17 00:00:00 2001 From: Eirik Stanghelle Morland Date: Fri, 27 Dec 2024 22:16:49 +0100 Subject: [PATCH] Update start.ts --- src/start.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start.ts b/src/start.ts index ea55220..9e08805 100644 --- a/src/start.ts +++ b/src/start.ts @@ -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) {