From aba54981cd207792d791c49d961725ed6e5be34b Mon Sep 17 00:00:00 2001 From: unknown <89595418+unknownsrc@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:33:53 +0200 Subject: [PATCH] 15s again --- utils/auto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/auto.js b/utils/auto.js index 609ce61..53f366d 100644 --- a/utils/auto.js +++ b/utils/auto.js @@ -60,7 +60,7 @@ async function handleDownload(channelId) { await redis.set(id, 'downloading') downloadIndex++ - await delay(downloadIndex * 10000) + await delay(downloadIndex * 15000) logger.info({ message: `Starting to download ${video.title}, ${id}` })