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 678c8c3 commit 1e92074Copy full SHA for 1e92074
src/agentex/_constants.py
@@ -6,9 +6,9 @@
6
OVERRIDE_CAST_TO_HEADER = "____stainless_override_cast_to"
7
8
# default timeout is 1 minute
9
-DEFAULT_TIMEOUT = httpx.Timeout(timeout=60, connect=5.0)
10
-DEFAULT_MAX_RETRIES = 2
11
-DEFAULT_CONNECTION_LIMITS = httpx.Limits(max_connections=1000, max_keepalive_connections=500)
+DEFAULT_TIMEOUT = httpx.Timeout(timeout=300, connect=5.0)
+DEFAULT_MAX_RETRIES = 0
+DEFAULT_CONNECTION_LIMITS = httpx.Limits(max_connections=1000, max_keepalive_connections=1000)
12
13
INITIAL_RETRY_DELAY = 0.5
14
MAX_RETRY_DELAY = 8.0
0 commit comments