We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b5474 commit 4062dbcCopy full SHA for 4062dbc
1 file changed
src/Client.php
@@ -64,7 +64,6 @@ private function send(RequestInterface $request)
64
return $this->httpClient->send($request, [
65
'base_uri' => $this->endpoint->getHost(),
66
'http_errors' => true,
67
- 'timeout' => 30,
68
]);
69
}
70
0 commit comments