From 540014a7702a9bae7a3b9c00098671a132e869e8 Mon Sep 17 00:00:00 2001
From: ulysseskao <ulysseskao@gmail.com>
Date: Thu, 05 May 2016 10:21:11 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/usestp'
---
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