File tree 1 file changed +2
-2
lines changed
content/en/docs/configuring-sdk
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ than what's available results in operation failure with a
144
144
145
145
The default implementation is parameterized as follows (how to modify each setting):
146
146
- a capacity of 500 (set the value of RateLimiter on StandardOptions using [ NewTokenRateLimit] ({{< apiref "aws/ratelimit#NewTokenRateLimit" >}}))
147
- - a retry caused by a timeout costs 10 tokens (set RetryCost on StandardOptions)
148
- - a retry caused by other errors costs 5 tokens (set RetryTimeoutCost on StandardOptions)
147
+ - a retry caused by a timeout costs 10 tokens (set RetryTimeoutCost on StandardOptions)
148
+ - a retry caused by other errors costs 5 tokens (set RetryCost on StandardOptions)
149
149
- an operation that succeeds on the 1st attempt adds 1 token (set NoRetryIncrement on StandardOptions)
150
150
- operations that succeed on the 2nd or later attempt do not add back any tokens
151
151
You can’t perform that action at this time.
0 commit comments