Skip to content

Commit

Permalink
Remove timeout overwrite. Everybody should self define a timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
PATROMO committed Jul 24, 2020
1 parent 40b5474 commit 4062dbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Client.php
Expand Up @@ -64,7 +64,6 @@ private function send(RequestInterface $request)
return $this->httpClient->send($request, [
'base_uri' => $this->endpoint->getHost(),
'http_errors' => true,
'timeout' => 30,
]);
}
}

0 comments on commit 4062dbc

Please sign in to comment.