mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 17:15:37 +00:00
increase RD timeout
This commit is contained in:
parent
aaa48f585c
commit
11e86c3cdc
2 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -395,5 +395,5 @@ function infringingFile(error) {
|
|||
}
|
||||
|
||||
async function getDefaultOptions(ip) {
|
||||
return { ip, timeout: 10000 };
|
||||
return { ip, timeout: 15000 };
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue