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 bdbe997 commit 3f84379Copy full SHA for 3f84379
pkg/retry/retry.go
@@ -57,8 +57,8 @@ func (rc *Client) BackoffMultiplier() float64 {
57
return rc.backoffMultiplier
58
}
59
60
-// MaxRetries returns the configured maximum number of retries.
61
-func (rc *Client) MaxRetries() int {
+// MaxAttempts returns the configured maximum number of retries.
+func (rc *Client) MaxAttempts() int {
62
return rc.maxAttempts
63
64
0 commit comments