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

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