check on boot

This commit is contained in:
unknown 2023-05-12 20:45:55 +02:00
parent 9872a5f2db
commit 17f8170e46
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ channelQueue.process(10, async function (job, done) {
await redis.del(c.channel)
})
check()
setInterval(() => {
check()
}, 300000)