This commit is contained in:
2022-07-12 02:02:36 +08:00
parent 2845c6c1ac
commit 1c287da18d
+1 -1
View File
@@ -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']);
}