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

@@ -171,6 +171,7 @@
public int SpeedTestTimeout { get; set; }
public string SpeedTestUrl { get; set; }
public string SpeedPingTestUrl { get; set; }
public int SpeedTestPageSize { get; set; }
}
[Serializable]