Skip to content

Commit 8446a1c

Browse files
fix vet
1 parent d87a696 commit 8446a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

limit/aimd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func NewDefaultAIMLimit(
2828
registry core.MetricRegistry,
2929
tags ...string,
3030
) *AIMDLimit {
31-
return NewAIMDLimit(name, 10, 0.9, registry, tags...)
31+
return NewAIMDLimit(name, 10, 0.9, 1, registry, tags...)
3232
}
3333

3434
// NewAIMDLimit will create a new AIMDLimit.

0 commit comments

Comments
 (0)