Skip to content

Commit 4062dbc

Browse files
committed
Remove timeout overwrite. Everybody should self define a timeout.
1 parent 40b5474 commit 4062dbc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Client.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ private function send(RequestInterface $request)
6464
return $this->httpClient->send($request, [
6565
'base_uri' => $this->endpoint->getHost(),
6666
'http_errors' => true,
67-
'timeout' => 30,
6867
]);
6968
}
7069
}

0 commit comments

Comments
 (0)