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 90659ff commit 1dfc5c1Copy full SHA for 1dfc5c1
src/Client/ClientBuilder.php
@@ -62,7 +62,6 @@ public function build(): ClientInterface
62
'base_uri' => $this->serverUrl,
63
'handler' => $handler,
64
'headers' => ['Accept' => 'application/json'],
65
- 'timeout' => 10,
66
'http_errors' => false,
67
];
68
0 commit comments