mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
increase rd timeout
This commit is contained in:
@@ -395,5 +395,5 @@ function infringingFile(error) {
|
||||
}
|
||||
|
||||
async function getDefaultOptions(ip) {
|
||||
return { ip, timeout: 5000 };
|
||||
return { ip, timeout: 10000 };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user