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

@@ -395,5 +395,5 @@ function infringingFile(error) {
}
async function getDefaultOptions(ip) {
return { ip, timeout: 2000 };
return { ip, timeout: 5000 };
}