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 e50809c commit a208510Copy full SHA for a208510
src/agentex/_constants.py
@@ -7,7 +7,7 @@
7
8
# default timeout is 1 minute
9
DEFAULT_TIMEOUT = httpx.Timeout(timeout=300, connect=5.0)
10
-DEFAULT_MAX_RETRIES = 0
+DEFAULT_MAX_RETRIES = 2
11
DEFAULT_CONNECTION_LIMITS = httpx.Limits(max_connections=1000, max_keepalive_connections=1000)
12
13
INITIAL_RETRY_DELAY = 0.5
0 commit comments