From 78c984b92e04440dcec3be6c71491511e42ae436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sat, 5 Sep 2020 02:36:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Pool/Connection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Pool/Connection.php b/System/Pool/Connection.php index f60d0b45..c355e8d6 100644 --- a/System/Pool/Connection.php +++ b/System/Pool/Connection.php @@ -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;