From b140054ce9aae68f3da14b58aad1e78f44723f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sat, 20 Feb 2021 13:29:56 +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/Timeout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Pool/Timeout.php b/System/Pool/Timeout.php index 8c0ee5b6..23380dfe 100644 --- a/System/Pool/Timeout.php +++ b/System/Pool/Timeout.php @@ -45,7 +45,7 @@ trait Timeout if ($retain_number == 0) { $this->debug('release Timer::tick'); Timer::clear($this->creates); - $this->creates = 0; + $this->creates = -1; } }