Skip to content

Commit

Permalink
fix: run sleep was not being given a default
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Feb 5, 2024
1 parent 7a051e2 commit 960132a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/nuke/nuke.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func New(params *Parameters, filters filter.Filters, settings *libsettings.Setti
Queue: queue.New(),
Settings: settings,
log: logger.WithField("component", "nuke"),
runSleep: 5 * time.Second,
}

if n.Settings == nil {
Expand Down

0 comments on commit 960132a

Please sign in to comment.