From e224d2e46b7ea054dfcb60faf071aee36888d2b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 17 Jun 2022 12:17:23 +0800 Subject: [PATCH] modify plugin name --- Mysql/PDO.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Mysql/PDO.php b/Mysql/PDO.php index c399b00..781a5c7 100644 --- a/Mysql/PDO.php +++ b/Mysql/PDO.php @@ -286,9 +286,6 @@ class PDO implements StopHeartbeatCheck */ public function _pdo(): \PDO { - if ($this->_timer === -1) { - $this->heartbeat_check(); - } if (!($this->pdo instanceof \PDO)) { $this->pdo = $this->newClient(); }