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 d87a696 commit 8446a1cCopy full SHA for 8446a1c
limit/aimd.go
@@ -28,7 +28,7 @@ func NewDefaultAIMLimit(
28
registry core.MetricRegistry,
29
tags ...string,
30
) *AIMDLimit {
31
- return NewAIMDLimit(name, 10, 0.9, registry, tags...)
+ return NewAIMDLimit(name, 10, 0.9, 1, registry, tags...)
32
}
33
34
// NewAIMDLimit will create a new AIMDLimit.
0 commit comments