diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 0be40721..6090b029 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -130,7 +130,7 @@ abstract class Pool extends Component return; } - if ($this->creates === 0) { + if ($this->creates === -1) { $this->creates = Timer::tick(1000, [$this, 'Heartbeat_detection']); }