diff --git a/limit.go b/limit.go index eea22b2..f00657d 100644 --- a/limit.go +++ b/limit.go @@ -73,7 +73,7 @@ func (w *WindowsLimit) Allow() bool { return true } - if succCmd.Val() <= w.option.Count { + if succCmd.Val() < w.option.Count { return true } return false