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 df5f2e9 commit 1d7eb22Copy full SHA for 1d7eb22
src/SocketFactory.php
@@ -64,6 +64,8 @@ public function refresh(): void
64
'recv_timeout' => $this->config['recv_timeout'] ?? 10,
65
'connect_timeout' => $this->config['connect_timeout'] ?? 0.5,
66
'heartbeat' => $this->config['heartbeat'] ?? null,
67
+ 'max_requests' => $this->config['max_requests'] ?? 0,
68
+ 'max_wait_close_seconds' => $this->config['max_wait_close_seconds'] ?? 0.5,
69
]);
70
if ($this->container->has(StdoutLoggerInterface::class)) {
71
$client->setLogger($this->container->get(StdoutLoggerInterface::class));
0 commit comments