We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28da42 commit 66fc9b7Copy full SHA for 66fc9b7
src/codex/_constants.py
@@ -6,7 +6,7 @@
6
OVERRIDE_CAST_TO_HEADER = "____stainless_override_cast_to"
7
8
# default timeout is 1 minute
9
-DEFAULT_TIMEOUT = httpx.Timeout(timeout=60.0, connect=5.0)
+DEFAULT_TIMEOUT = httpx.Timeout(timeout=60, connect=5.0)
10
DEFAULT_MAX_RETRIES = 2
11
DEFAULT_CONNECTION_LIMITS = httpx.Limits(max_connections=100, max_keepalive_connections=20)
12
0 commit comments