Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Closed
Description
Description
Underframework.rate_limiter.limiters
, add the ability to configure aCompoundLimiter
.
Example
framework:rate_limiter:two_per_minute:policy:'fixed_window'limit:2interval:'1 minute'five_per_hour:policy:'fixed_window'limit:5interval:'1 hour'lock_factory:nullcontact_form:policy:'compound'limiters:[two_per_minute, five_per_hour]