Skip to content

Commit

Permalink
xdepthmaker: adjust FullReplenishInterval to 10min
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Mar 6, 2024
1 parent 1fb7262 commit ad9163f
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 @@ -273,7 +273,7 @@ func (s *Strategy) Defaults() error {
}

if s.FullReplenishInterval == 0 {
s.FullReplenishInterval = types.Duration(15 * time.Minute)
s.FullReplenishInterval = types.Duration(10 * time.Minute)
}

if s.HedgeInterval == 0 {
Expand Down

0 comments on commit ad9163f

Please sign in to comment.