Improved latency check default threshould
As mentioned in issue 263
This commit is contained in:
@@ -24,7 +24,7 @@ public class ConfigV1
|
|||||||
|
|
||||||
[JsonProperty("LatencyCheckThreshold")]
|
[JsonProperty("LatencyCheckThreshold")]
|
||||||
[Description("Specify the latency threshold which has to be reached in order to trigger the warning message")]
|
[Description("Specify the latency threshold which has to be reached in order to trigger the warning message")]
|
||||||
public int LatencyCheckThreshold { get; set; } = 500;
|
public int LatencyCheckThreshold { get; set; } = 1000;
|
||||||
|
|
||||||
[JsonProperty("Auth")] public AuthData Auth { get; set; } = new();
|
[JsonProperty("Auth")] public AuthData Auth { get; set; } = new();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user