From 590de739bc61be900013b909f6bc15d930c326a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sun, 6 Sep 2020 05:48:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Pool/Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Pool/Connection.php b/System/Pool/Connection.php index cc4fee76..1783214f 100644 --- a/System/Pool/Connection.php +++ b/System/Pool/Connection.php @@ -41,7 +41,7 @@ class Connection extends Pool } if ($this->lastTime + 600 < time()) { $this->flush(1); - } else if ($this->lastTime + 500 < time()) { + } else if ($this->lastTime + 300 < time()) { $this->flush(5); } }