Skip to content

Commit f64ee27

Browse files
fix: failures
1 parent 39b0217 commit f64ee27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/BGPView.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public function __construct(string $baseUrl, float $requestTimeout = 0.4, bool $
3333
$this->caching = $caching;
3434
$this->cacheTime = $cacheTime;
3535
$this->requestTimeout = $requestTimeout;
36+
$this->failures = 0;
3637
$this->maxFailures = $maxFailures;
3738
$this->client = new Client([
3839
'base_uri' => $baseUrl

0 commit comments

Comments
 (0)