Skip to content

Commit

Permalink
fix: set max window length to 200
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Van Ootegem <[email protected]>
  • Loading branch information
EVODelavega committed Sep 16, 2024
1 parent 7573960 commit ffd185e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/volumediscount/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"golang.org/x/exp/slices"
)

const MaximumWindowLength uint64 = 100
const MaximumWindowLength uint64 = 200

type Engine struct {
broker Broker
Expand Down

0 comments on commit ffd185e

Please sign in to comment.