From 1c287da18d24fde29fd42c3629ac121d4fada933 Mon Sep 17 00:00:00 2001 From: as2252258 Date: Tue, 12 Jul 2022 02:02:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mysql/PDO.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mysql/PDO.php b/Mysql/PDO.php index 5a30bb3..43a98b1 100644 --- a/Mysql/PDO.php +++ b/Mysql/PDO.php @@ -66,7 +66,7 @@ class PDO implements StopHeartbeatCheck { $eventProvider = Kiri::getDi()->get(EventProvider::class); $eventProvider->on(OnWorkerExit::class, [$this, 'onWorkerExit']); - $this->_timerId = Timer::tick(6000, [$this, 'check']); + $this->_timerId = Timer::tick(60000, [$this, 'check']); }