adjust timeout

pull/3107/head
2dust 2023-01-06 19:31:11 +08:00
parent c6ec4f38b0
commit 975a335538
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ namespace v2rayN.Handler
string url = _config.constItem.speedTestUrl; string url = _config.constItem.speedTestUrl;
DownloadHandle downloadHandle = new DownloadHandle(); DownloadHandle downloadHandle = new DownloadHandle();
var timeout = 10; var timeout = 8;
foreach (var it in _selecteds) foreach (var it in _selecteds)
{ {
if (!it.allowTest) if (!it.allowTest)