diff --git a/core/referral/engine.go b/core/referral/engine.go index 4cc03855eb..0022f37219 100644 --- a/core/referral/engine.go +++ b/core/referral/engine.go @@ -32,7 +32,7 @@ import ( "golang.org/x/exp/slices" ) -const MaximumWindowLength uint64 = 100 +const MaximumWindowLength uint64 = 200 var ( ErrIsAlreadyAReferee = func(party types.PartyID) error { diff --git a/core/volumediscount/engine.go b/core/volumediscount/engine.go index a97224519e..a1f7ca8877 100644 --- a/core/volumediscount/engine.go +++ b/core/volumediscount/engine.go @@ -30,7 +30,7 @@ import ( "golang.org/x/exp/slices" ) -const MaximumWindowLength uint64 = 100 +const MaximumWindowLength uint64 = 200 type Engine struct { broker Broker diff --git a/core/volumerebate/engine.go b/core/volumerebate/engine.go index 086b6a86e5..01bc2332fa 100644 --- a/core/volumerebate/engine.go +++ b/core/volumerebate/engine.go @@ -30,7 +30,7 @@ import ( "golang.org/x/exp/slices" ) -const MaximumWindowLength uint64 = 100 +const MaximumWindowLength uint64 = 200 type Engine struct { broker Broker