Skip to content

Commit 3f09966

Browse files
Jajanidzealdas
authored andcommitted
removed unnecessary comments
1 parent bd29ef9 commit 3f09966

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

middleware/rate_limiter.go

-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ type (
170170
/*
171171
NewRateLimiterMemoryStore returns an instance of RateLimiterMemoryStore with
172172
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.
174173
for more info check out Limiter docs - https://pkg.go.dev/golang.org/x/time/rate#Limit.
175174
176175
Burst and ExpiresIn will be set to default values.

0 commit comments

Comments
 (0)