mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +00:00
Update SpeedtestHandler.cs
This commit is contained in:
parent
a799420d0f
commit
088d2e6834
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ namespace v2rayN.Handler
|
||||||
_updateFunc(testCounter, args.GetException().Message);
|
_updateFunc(testCounter, args.GetException().Message);
|
||||||
};
|
};
|
||||||
|
|
||||||
var timeout = 12;
|
var timeout = 10;
|
||||||
foreach (int itemIndex in _selecteds)
|
foreach (int itemIndex in _selecteds)
|
||||||
{
|
{
|
||||||
if (itemIndex >= _config.vmess.Count)
|
if (itemIndex >= _config.vmess.Count)
|
||||||
|
|
Loading…
Reference in a new issue