adjust debrid timeouts

This commit is contained in:
TheBeastLT
2023-11-11 12:33:12 +02:00
parent 4c2f4306b1
commit 19b26e1705
5 changed files with 5 additions and 5 deletions

View File

@@ -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) {