From 34ee4a737e5c713821fb348204d54b6523e4df40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sun, 6 Sep 2020 17:21:31 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Pool/Connection.php b/System/Pool/Connection.php index ae5b62d0..d4607cb3 100644 --- a/System/Pool/Connection.php +++ b/System/Pool/Connection.php @@ -58,6 +58,7 @@ class Connection extends Pool } if ($retain_number == 0) { Timer::clear($this->creates); + $this->creates = 0; } }