Skip to content

Commit

Permalink
Removing redundant RL take (#1183)
Browse files Browse the repository at this point in the history
* Disabling pcap handler with connect scan

* removing redundant rl take
  • Loading branch information
Mzack9999 authored Aug 23, 2024
1 parent 1ef83ee commit b621782
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions v2/pkg/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,7 @@ func (r *Runner) RunEnumeration(pctx context.Context) error {
continue
}

r.limiter.Take()
//resume cfg logic
// resume cfg logic
r.options.ResumeCfg.Lock()
r.options.ResumeCfg.Index = index
r.options.ResumeCfg.Unlock()
Expand Down

0 comments on commit b621782

Please sign in to comment.