diff --git a/System/Pool/Timeout.php b/System/Pool/Timeout.php index 8c0ee5b6..23380dfe 100644 --- a/System/Pool/Timeout.php +++ b/System/Pool/Timeout.php @@ -45,7 +45,7 @@ trait Timeout if ($retain_number == 0) { $this->debug('release Timer::tick'); Timer::clear($this->creates); - $this->creates = 0; + $this->creates = -1; } }