Skip to content

Commit

Permalink
removed unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jajanidze authored and aldas committed Nov 21, 2021
1 parent bd29ef9 commit 3f09966
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion middleware/rate_limiter.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ type (
/*
NewRateLimiterMemoryStore returns an instance of RateLimiterMemoryStore with
the provided rate (as req/s). The provided rate less than 1 will be treated as zero.
Also rate between 0 and 1 will be treated as zero.
for more info check out Limiter docs - https://pkg.go.dev/golang.org/x/time/rate#Limit.
Burst and ExpiresIn will be set to default values.
Expand Down

0 comments on commit 3f09966

Please sign in to comment.