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

@@ -183,5 +183,5 @@ function statusReady(status) {
}
async function getDefaultOptions(ip) {
return { timeout: 30000 };
return { timeout: 5000 };
}