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;