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 9cb76f6 commit 3f3eb25Copy full SHA for 3f3eb25
src/content/docs/ai-gateway/configuration/request-handling.mdx
@@ -113,8 +113,8 @@ Request timeouts can be set on a Universal Endpoint or directly on a request to
113
114
With request retries, you can adjust a combination of three properties:
115
116
-- Number of attempts (max of 5 tries)
117
-- How long before retrying (in milliseconds, max of 5 seconds)
+- Number of attempts (maximum of 5 tries)
+- How long before retrying (in milliseconds, maximum of 5 seconds)
118
- Backoff method (constant, linear, or exponential)
119
120
On the final retry attempt, your gateway will wait until the request completes, regardless of how long it takes.
0 commit comments