From fe442681b756a6ca353ffd1f7bee2ee74a4455c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 17 Aug 2021 18:53:51 +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/Cache/Base/Redis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Cache/Base/Redis.php b/System/Cache/Base/Redis.php index e7d1b5ef..5abda0eb 100644 --- a/System/Cache/Base/Redis.php +++ b/System/Cache/Base/Redis.php @@ -65,7 +65,7 @@ class Redis return; } if ($this->_timer === -1 && Context::inCoroutine()) { - $this->_timer = Timer::tick(3000, function () { + $this->_timer = Timer::tick(1000, function () { try { if (env('state') == 'exit') { $this->stopHeartbeatCheck();