From 998b77b6e5af0a404f5a201b76744ea5a7827918 Mon Sep 17 00:00:00 2001 From: yf <291323003@qq.com> Date: Sat, 19 Jan 2019 22:06:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E7=AD=89?= =?UTF-8?q?=E5=BE=85=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Pool/PoolConf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pool/PoolConf.php b/src/Pool/PoolConf.php index f88503a..7850eca 100644 --- a/src/Pool/PoolConf.php +++ b/src/Pool/PoolConf.php @@ -16,7 +16,7 @@ class PoolConf protected $maxIdleTime = 15; protected $maxObjectNum = 20; protected $minObjectNum = 5; - protected $getObjectTimeout = 0.5; + protected $getObjectTimeout = 3.0; protected $extraConf = [];