Skip to content

Commit fcdc17a

Browse files
authored
Remove legacy retry mode ref (#9597)
1 parent 4acc4c3 commit fcdc17a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

awscli/topics/config-vars.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,7 @@ These configuration variables control how the AWS CLI retries requests.
422422
a single request, including the initial attempt. For example,
423423
setting this value to 5 will result in a request being retried up to
424424
4 times. If not provided, the number of retries will default to whatever
425-
is modeled, which is typically 5 total attempts in the ``legacy`` retry mode,
426-
and 3 in the ``standard`` and ``adaptive`` retry modes.
425+
is modeled, which is 3 in the ``standard`` and ``adaptive`` retry modes.
427426

428427
``retry_mode``
429428
A string representing the type of retries the AWS CLI will perform. Value

0 commit comments

Comments
 (0)