We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ee8fd commit fe7ad56Copy full SHA for fe7ad56
3 files changed
core/referral/engine.go
@@ -32,7 +32,7 @@ import (
32
"golang.org/x/exp/slices"
33
)
34
35
-const MaximumWindowLength uint64 = 100
+const MaximumWindowLength uint64 = 200
36
37
var (
38
ErrIsAlreadyAReferee = func(party types.PartyID) error {
core/volumediscount/engine.go
@@ -30,7 +30,7 @@ import (
30
31
type Engine struct {
broker Broker
core/volumerebate/engine.go
0 commit comments