We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd29ef9 commit 3f09966Copy full SHA for 3f09966
middleware/rate_limiter.go
@@ -170,7 +170,6 @@ type (
170
/*
171
NewRateLimiterMemoryStore returns an instance of RateLimiterMemoryStore with
172
the provided rate (as req/s). The provided rate less than 1 will be treated as zero.
173
-Also rate between 0 and 1 will be treated as zero.
174
for more info check out Limiter docs - https://pkg.go.dev/golang.org/x/time/rate#Limit.
175
176
Burst and ExpiresIn will be set to default values.
0 commit comments