increase RD timeout

This commit is contained in:
TheBeastLT
2024-01-30 09:19:57 +02:00
parent aaa48f585c
commit 11e86c3cdc
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ async function resolveStreams(args) {
}
async function streamHandler(args) {
console.log(`Pending count: ${newLimiter.pendingCount}, active count: ${newLimiter.activeCount}`, )
// console.log(`Pending count: ${newLimiter.pendingCount}, active count: ${newLimiter.activeCount}`, )
if (args.type === Type.MOVIE) {
return movieRecordsHandler(args);
} else if (args.type === Type.SERIES) {