Skip to content

Commit

Permalink
fix: failures
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowPhoenix18 committed Nov 10, 2021
1 parent 39b0217 commit f64ee27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BGPView.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public function __construct(string $baseUrl, float $requestTimeout = 0.4, bool $
$this->caching = $caching;
$this->cacheTime = $cacheTime;
$this->requestTimeout = $requestTimeout;
$this->failures = 0;
$this->maxFailures = $maxFailures;
$this->client = new Client([
'base_uri' => $baseUrl
Expand Down

0 comments on commit f64ee27

Please sign in to comment.