Replies: 1 comment 1 reply
-
There is rate limiter middleware. See docs here https://echo.labstack.com/docs/middleware/rate-limiter it uses official Rate limit package (https://pkg.go.dev/golang.org/x/time/rate) under the hood, so check it for details. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, if the route is configured with limit-rate: "1024k", then the IP speed limit of the route is restricted to a speed of 1MB/s.
If the route is configured with global-limit-rate: "10240k", then the total bandwidth of the route is restricted to a speed of 10MB/s.
Beta Was this translation helpful? Give feedback.
All reactions