From 94527026b113a1ca05fdee94879fdc32c4471ab8 Mon Sep 17 00:00:00 2001
From: ulysseskao <ulysseskao@gmail.com>
Date: Wed, 04 May 2016 19:49:49 +0800
Subject: [PATCH] add smartthreadpool

---
 CCSTrace/CCS/GlobalVariable.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CCSTrace/CCS/GlobalVariable.cs b/CCSTrace/CCS/GlobalVariable.cs
index 734de24..1ac1a7d 100644
--- a/CCSTrace/CCS/GlobalVariable.cs
+++ b/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;
     }
 }
\ No newline at end of file

--
Gitblit v0.0.0-SNAPSHOT