This commit is contained in:
2023-08-29 21:39:04 +08:00
parent 99ff8b1ed5
commit 138549f54d
+1 -1
View File
@@ -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()));
}