maxRetries = $maxRetries; $this->blockSlowdown = $blockSlowdown; } public function getMaxRetries(): ?int { return $this->maxRetries; } public function getBlockSlowdown(): ?int { return $this->blockSlowdown; } }