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:
@@ -135,7 +135,7 @@ async function _unrestrictLink(OC, infoHash, torrent, cachedEntryInfo, fileIndex
|
||||
}
|
||||
|
||||
async function getDefaultOptions(ip) {
|
||||
return { ip, timeout: 30000 };
|
||||
return { ip, timeout: 5000 };
|
||||
}
|
||||
|
||||
export function toCommonError(error) {
|
||||
|
||||
Reference in New Issue
Block a user