This commit is contained in:
2020-09-05 02:36:15 +08:00
parent 559d931eeb
commit 78c984b92e
+1 -1
View File
@@ -266,7 +266,7 @@ class Connection extends Pool
{
try {
if ($time + 60 * 10 > time()) {
return $result = false;
return $result = true;
}
if (empty($connect) || !($connect instanceof PDO)) {
return $result = false;