15s again

This commit is contained in:
unknown 2023-03-27 22:33:53 +02:00
parent ae865e007e
commit aba54981cd
1 changed files with 1 additions and 1 deletions

View File

@ -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}` })