Skip to content

Commit

Permalink
Tariffs: add back MaxElapsedTime (#9786)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimmiMeloni authored Sep 8, 2023
1 parent a42affd commit 8d49198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tariff/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ func newBackoff() backoff.BackOff {
bo := backoff.NewExponentialBackOff()
bo.InitialInterval = time.Second
bo.MaxInterval = time.Minute
bo.MaxElapsedTime = time.Minute
return bo
}

0 comments on commit 8d49198

Please sign in to comment.