Skip to content

Commit

Permalink
fix vet
Browse files Browse the repository at this point in the history
  • Loading branch information
platinummonkey committed Dec 10, 2019
1 parent d87a696 commit 8446a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limit/aimd.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewDefaultAIMLimit(
registry core.MetricRegistry,
tags ...string,
) *AIMDLimit {
return NewAIMDLimit(name, 10, 0.9, registry, tags...)
return NewAIMDLimit(name, 10, 0.9, 1, registry, tags...)
}

// NewAIMDLimit will create a new AIMDLimit.
Expand Down

0 comments on commit 8446a1c

Please sign in to comment.