From a2bdc564bcc1a0ab680cab21559642c070a302a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sat, 20 Feb 2021 13:21:23 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/System/Pool/Timeout.php b/System/Pool/Timeout.php index 78b3df8d..9d32ea4a 100644 --- a/System/Pool/Timeout.php +++ b/System/Pool/Timeout.php @@ -10,10 +10,10 @@ use Swoole\Timer; trait Timeout { - private int $creates = -1; + public int $creates = -1; - private int $lastTime = 0; + public int $lastTime = 0; /**