mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
adjust debrid timeouts
This commit is contained in:
@@ -132,7 +132,7 @@ async function _unrestrictLink(DL, torrent, fileIndex) {
|
||||
}
|
||||
|
||||
async function getDefaultOptions(ip) {
|
||||
return { ip, timeout: 30000 };
|
||||
return { ip, timeout: 10000 };
|
||||
}
|
||||
|
||||
export function toCommonError(error) {
|
||||
|
||||
Reference in New Issue
Block a user