From 14edb44071b27599a5fc8c818b643eed6fe15e11 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Thu, 12 Sep 2019 10:25:23 +0800 Subject: [PATCH] change connect_timeout from 30 to 10 --- conf/client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/client.conf b/conf/client.conf index f935743..e791a96 100644 --- a/conf/client.conf +++ b/conf/client.conf @@ -1,6 +1,6 @@ # connect timeout in seconds # default value is 30s -connect_timeout=30 +connect_timeout=10 # network timeout in seconds # default value is 30s