Skip to content

Commit

Permalink
Update ebs.go
Browse files Browse the repository at this point in the history
  • Loading branch information
BornChanger authored Sep 9, 2024
1 parent 793d692 commit 2173468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/aws/ebs.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (e *ebsBackupRetryer) RetryRules(r *request.Request) time.Duration {
backOff := e.delegate.RetryRules(r)
if override, ok := backOffTimeOverride[r.Operation.Name]; ok {
if override > backOff {
backOff = override
backOff = override
}
}
log.Warn(
Expand Down

0 comments on commit 2173468

Please sign in to comment.