increase RD timeout

This commit is contained in:
TheBeastLT
2024-01-30 09:19:57 +02:00
parent aaa48f585c
commit 11e86c3cdc
2 changed files with 2 additions and 2 deletions

View File

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