Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/guidellm/backend/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ def _get_async_client(self) -> httpx.AsyncClient:
http2=self.http2,
timeout=self.timeout,
follow_redirects=self.follow_redirects,
limits=httpx.Limits(max_keepalive_connections=0),
)
self._async_client = client
else:
Expand Down