Add automatic batching during speed test and real ping

This commit is contained in:
2dust
2024-12-05 19:48:42 +08:00
parent 8aceff7480
commit c38c62e4c3
13 changed files with 100 additions and 25 deletions

View File

@@ -3337,6 +3337,15 @@ namespace ServiceLib.Resx {
}
}
/// <summary>
/// 查找类似 Number per time for auto batch during speedtest(max 1000) 的本地化字符串。
/// </summary>
public static string TbSettingsSpeedTestPageSize {
get {
return ResourceManager.GetString("TbSettingsSpeedTestPageSize", resourceCulture);
}
}
/// <summary>
/// 查找类似 SpeedTest Single Timeout Value 的本地化字符串。
/// </summary>