We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c44e5 commit 967838dCopy full SHA for 967838d
sdks/python/src/opik/httpx_client.py
@@ -8,7 +8,7 @@
8
def get(workspace: str, api_key: Optional[str]) -> httpx.Client:
9
limits = httpx.Limits(
10
max_keepalive_connections=50,
11
- keepalive_expiry=10,
+ keepalive_expiry=1000000,
12
)
13
timeout = httpx.Timeout(
14
connect=10,
0 commit comments