Skip to content

Commit 3f84379

Browse files
committed
implement review feedback
1 parent bdbe997 commit 3f84379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/retry/retry.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ func (rc *Client) BackoffMultiplier() float64 {
5757
return rc.backoffMultiplier
5858
}
5959

60-
// MaxRetries returns the configured maximum number of retries.
61-
func (rc *Client) MaxRetries() int {
60+
// MaxAttempts returns the configured maximum number of retries.
61+
func (rc *Client) MaxAttempts() int {
6262
return rc.maxAttempts
6363
}
6464

0 commit comments

Comments
 (0)