CCSTrace/CCS/GlobalVariable.cs
@@ -88,6 +88,6 @@ public static int MinThreadSize { get; set; } = 1; public static int MaxThreadSize { get; set; } = 5; public static int MaxConnectionCount { get; set; } = 1; public static int IdleTimeout { get; set; } = 10; public static int IdleTimeout { get; set; } = 60; } }