mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-01-11 22:40:22 +00:00
temporary reduce RD timeout due to RD hanging requests
This commit is contained in:
parent
7b76236d36
commit
3366903107
1 changed files with 1 additions and 1 deletions
|
|
@ -395,5 +395,5 @@ function infringingFile(error) {
|
|||
}
|
||||
|
||||
async function getDefaultOptions(ip) {
|
||||
return { ip, timeout: 30000 };
|
||||
return { ip, timeout: 2000 };
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue