diff --git a/System/Pool/Connection.php b/System/Pool/Connection.php index ae5b62d0..d4607cb3 100644 --- a/System/Pool/Connection.php +++ b/System/Pool/Connection.php @@ -58,6 +58,7 @@ class Connection extends Pool } if ($retain_number == 0) { Timer::clear($this->creates); + $this->creates = 0; } }