increase concurrency and add debrid catalog cache max age

This commit is contained in:
TheBeastLT
2024-01-15 14:31:25 +02:00
parent a1f2f2a9f1
commit ead029d48e
3 changed files with 6 additions and 5 deletions

View File

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