mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-07 03:04:03 +00:00
Update vendor (#1560)
This commit is contained in:
3
vendor/github.com/labstack/echo/v4/middleware/rate_limiter.go
generated
vendored
3
vendor/github.com/labstack/echo/v4/middleware/rate_limiter.go
generated
vendored
@ -169,7 +169,8 @@ type (
|
||||
|
||||
/*
|
||||
NewRateLimiterMemoryStore returns an instance of RateLimiterMemoryStore with
|
||||
the provided rate (as req/s). Burst and ExpiresIn will be set to default values.
|
||||
the provided rate (as req/s). The provided rate less than 1 will be treated as zero.
|
||||
Burst and ExpiresIn will be set to default values.
|
||||
|
||||
Example (with 20 requests/sec):
|
||||
|
||||
|
Reference in New Issue
Block a user