()
| 30 | } |
| 31 | |
| 32 | func newForceRunRateLimiter() *forceRunRateLimiter { |
| 33 | return &forceRunRateLimiter{windows: make(map[string]forceRunRateWindow)} |
| 34 | } |
| 35 | |
| 36 | func normalizeForceRecoveryOptions(options ForceRecoveryOptions) ForceRecoveryOptions { |
| 37 | if options.RateLimitPerMinute <= 0 { |