This commit is contained in:
2023-08-24 13:49:58 +08:00
parent b1ac46f14f
commit 6dab6eba8c
+1 -1
View File
@@ -164,7 +164,7 @@ class Connection extends Component
return $client;
}
$this->logger->alert('PDO连接已失效, 空闲超时或已不可用,重新获取.');
$this->logger->error('PDO连接已失效, 空闲超时或已不可用,重新获取.', [$this->cds]);
$this->pool()->abandon($this->cds);
Waite::sleep(10);