We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b0217 commit f64ee27Copy full SHA for f64ee27
1 file changed
src/BGPView.php
@@ -33,6 +33,7 @@ public function __construct(string $baseUrl, float $requestTimeout = 0.4, bool $
33
$this->caching = $caching;
34
$this->cacheTime = $cacheTime;
35
$this->requestTimeout = $requestTimeout;
36
+ $this->failures = 0;
37
$this->maxFailures = $maxFailures;
38
$this->client = new Client([
39
'base_uri' => $baseUrl
0 commit comments