From 9872a5f2db782a1e39ca8e6d10feb76141f47e60 Mon Sep 17 00:00:00 2001 From: unknown <89595418+unknownsrc@users.noreply.github.com> Date: Sun, 2 Apr 2023 21:52:31 +0200 Subject: [PATCH] 5 is too many --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2470c3d..526dbc1 100644 --- a/index.js +++ b/index.js @@ -89,7 +89,7 @@ async function checkChannel(channelId) { }) } -queue.process(5, async function (job, done) { +queue.process(3, async function (job, done) { const { video, id } = job.data logger.info({ message: `Starting to download ${video.title}, ${id}` })