Skip to content

Commit 967838d

Browse files
committed
Try increase keepalive timeout
1 parent d1c44e5 commit 967838d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/src/opik/httpx_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
def get(workspace: str, api_key: Optional[str]) -> httpx.Client:
99
limits = httpx.Limits(
1010
max_keepalive_connections=50,
11-
keepalive_expiry=10,
11+
keepalive_expiry=1000000,
1212
)
1313
timeout = httpx.Timeout(
1414
connect=10,

0 commit comments

Comments
 (0)