From 138549f54d1e5f56aa3d054e3d08e6cd8fdc4e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 29 Aug 2023 21:39:04 +0800 Subject: [PATCH] eee --- Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Connection.php b/Connection.php index 7e384ea..5be940c 100644 --- a/Connection.php +++ b/Connection.php @@ -127,7 +127,7 @@ class Connection extends Component */ public function tick(): void { - Timer::tick(10000, fn() => $this->checkClientHealth($this->pool())); + Timer::tick(120000, fn() => $this->checkClientHealth($this->pool())); }