ulysseskao
2016-05-04 94527026b113a1ca05fdee94879fdc32c4471ab8
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;
    }
}