We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 320425a + ad2ab1d commit 98ae828Copy full SHA for 98ae828
1 file changed
src/Keboola/StorageApi/Client.php
@@ -212,6 +212,7 @@ private function initClient(array $config)
212
$this->client = new \GuzzleHttp\Client([
213
'base_uri' => $this->apiUrl,
214
'handler' => $handlerStack,
215
+ 'connect_timeout' => RequestTimeoutMiddleware::REQUEST_TIMEOUT_DEFAULT,
216
]);
217
}
218
0 commit comments