1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-24 08:22:21 +02:00

removed unnecessary comments

This commit is contained in:
Luka Jajanidze 2021-11-21 19:46:08 +04:00 committed by Martti T
parent bd29ef9e46
commit 3f099663f1

View File

@ -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.