in src/NodePool/Node.php [38:43]
public function markAlive(bool $alive): void { $this->alive = $alive; $this->failedPings = $alive ? 0 : ($this->failedPings + 1); $this->lastPing = time(); }