mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-01 04:38:50 +00:00
adjust timeout
This commit is contained in:
parent
c6ec4f38b0
commit
975a335538
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ namespace v2rayN.Handler
|
|||
string url = _config.constItem.speedTestUrl;
|
||||
DownloadHandle downloadHandle = new DownloadHandle();
|
||||
|
||||
var timeout = 10;
|
||||
var timeout = 8;
|
||||
foreach (var it in _selecteds)
|
||||
{
|
||||
if (!it.allowTest)
|
||||
|
|
Loading…
Reference in a new issue