From ef2c35c4e6b8f727a96ff511ecb85728560dfac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 23 Apr 2021 18:40:57 +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/Abstracts/Pool.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index e8366db5..a4c1bce4 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -250,6 +250,7 @@ abstract class Pool extends Component if (!isset($this->hasCreate[$name])) { $this->hasCreate[$name] = 0; } + var_dump($this->hasCreate[$name] . '->' . $this->max); return $this->hasCreate[$name] >= $this->max; }