The skip delay is -1 speed test in multi-threaded test

pull/3756/head
2dust 2023-04-21 12:11:09 +08:00
parent 1ce5571ac6
commit 88e7cd09d7
1 changed files with 5 additions and 0 deletions

View File

@ -291,6 +291,11 @@ namespace v2rayN.Handler
{
continue;
}
if (it.delay < 0)
{
UpdateFunc(it.indexId, "", ResUI.SpeedtestingSkip);
continue;
}
ProfileExHandler.Instance.SetTestSpeed(it.indexId, "-1");
UpdateFunc(it.indexId, "", ResUI.Speedtesting);