mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-21 15:11:56 +00:00
increase rd timeout
This commit is contained in:
parent
afa1458144
commit
740b01714b
1 changed files with 1 additions and 1 deletions
|
|
@ -395,5 +395,5 @@ function infringingFile(error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function getDefaultOptions(ip) {
|
async function getDefaultOptions(ip) {
|
||||||
return { ip, timeout: 5000 };
|
return { ip, timeout: 10000 };
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue