Skip to content

Commit

Permalink
unwanted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Oct 24, 2023
1 parent 759a8c7 commit 98c2a96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion throttler.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func (t *Throttler) IsThrottled(ocError error) bool {
gracedTime, gracedSeconds := getGracePeriod(dc, ocError)

if isWithinGracePeriod(string(gracedTime), gracedSeconds) {
// already graced and not over throttling duration, do nothing
return true
}

Expand Down

0 comments on commit 98c2a96

Please sign in to comment.