Skip to content

Commit

Permalink
xdepthmaker: adjust default update interval
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Mar 6, 2024
1 parent 31676cc commit 1fb7262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/strategy/xdepthmaker/strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func (s *Strategy) Validate() error {

func (s *Strategy) Defaults() error {
if s.UpdateInterval == 0 {
s.UpdateInterval = types.Duration(time.Second)
s.UpdateInterval = types.Duration(5 * time.Second)
}

if s.FullReplenishInterval == 0 {
Expand Down

0 comments on commit 1fb7262

Please sign in to comment.