Remove SpeedTestPageSize

This commit is contained in:
2dust
2025-02-14 15:00:23 +08:00
parent a176e7b912
commit 3144f1d1c2
13 changed files with 5 additions and 68 deletions

View File

@@ -1,4 +1,4 @@
namespace ServiceLib.Models
namespace ServiceLib.Models
{
[Serializable]
public class CoreBasicItem
@@ -156,7 +156,6 @@
public int SpeedTestTimeout { get; set; }
public string SpeedTestUrl { get; set; }
public string SpeedPingTestUrl { get; set; }
public int SpeedTestPageSize { get; set; }
}
[Serializable]
@@ -244,4 +243,4 @@
public string? Length { get; set; }
public string? Interval { get; set; }
}
}
}