modify plugin name
This commit is contained in:
+3
-1
@@ -233,7 +233,9 @@ class PDO implements StopHeartbeatCheck
|
||||
$this->pdo->getAttribute(\PDO::ATTR_SERVER_INFO);
|
||||
$result = true;
|
||||
} catch (\Throwable $throwable) {
|
||||
Kiri::getLogger()->error($throwable->getMessage());
|
||||
if (!str_contains($throwable->getMessage(), 'Idle dis')) {
|
||||
Kiri::getLogger()->error($throwable->getMessage());
|
||||
}
|
||||
$this->pdo = null;
|
||||
$result = false;
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user