From 15fc9e0aa730a39a7da55deb4da181758be4dbbe Mon Sep 17 00:00:00 2001 From: unknown <89595418+unknownsrc@users.noreply.github.com> Date: Sat, 25 Mar 2023 14:47:37 +0100 Subject: [PATCH] back to 15s cooldown --- 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}` })