increase rd timeout
This commit is contained in:
parent
afa1458144
commit
740b01714b
1 changed files with 1 additions and 1 deletions
|
|
@ -395,5 +395,5 @@ function infringingFile(error) {
|
|||
}
|
||||
|
||||
async function getDefaultOptions(ip) {
|
||||
return { ip, timeout: 5000 };
|
||||
return { ip, timeout: 10000 };
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue