mirror of https://github.com/preservetube/auto.git
5 is too many
This commit is contained in:
parent
bc0fcba40c
commit
9872a5f2db
2
index.js
2
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
|
const { video, id } = job.data
|
||||||
|
|
||||||
logger.info({ message: `Starting to download ${video.title}, ${id}` })
|
logger.info({ message: `Starting to download ${video.title}, ${id}` })
|
||||||
|
|
Loading…
Reference in New Issue