Skip to content

Commit

Permalink
fixing git test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Jan 7, 2024
1 parent 17890c9 commit ca327a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,7 @@ func (wb *withBackoff) apply(config *retryConfig) {
config.backoff = &wb.backoff
}

// Configures a maximum number of retries for potentially failing operations.
// WithMaxAttempts configures a maximum number of retries for potentially failing operations.
// Without this setting, operations will continue retrying indefinitely
// until either the context is canceled or a deadline is reached.
func WithMaxAttempts(maxAttempts int) RetryOption {
Expand Down

0 comments on commit ca327a0

Please sign in to comment.