mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
temporary reduce RD timeout due to RD hanging requests
This commit is contained in:
@@ -395,5 +395,5 @@ function infringingFile(error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function getDefaultOptions(ip) {
|
async function getDefaultOptions(ip) {
|
||||||
return { ip, timeout: 30000 };
|
return { ip, timeout: 2000 };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user