Skip to content

Commit 3f3eb25

Browse files
Apply suggestions from code review
Co-authored-by: marciocloudflare <[email protected]>
1 parent 9cb76f6 commit 3f3eb25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/ai-gateway/configuration/request-handling.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ Request timeouts can be set on a Universal Endpoint or directly on a request to
113113

114114
With request retries, you can adjust a combination of three properties:
115115

116-
- Number of attempts (max of 5 tries)
117-
- How long before retrying (in milliseconds, max of 5 seconds)
116+
- Number of attempts (maximum of 5 tries)
117+
- How long before retrying (in milliseconds, maximum of 5 seconds)
118118
- Backoff method (constant, linear, or exponential)
119119

120120
On the final retry attempt, your gateway will wait until the request completes, regardless of how long it takes.

0 commit comments

Comments
 (0)