Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change ratelimit
mitigation_expression
to counting_expression
This reflects a change in the public API, summarised in the following table: | | counting expression | mitigation expression | |--------|---------------------------------|-----------------------------------| | before | `expression` | `ratelimit.mitigation_expression` | | after | `ratelimit.counting_expression` | `expression` | In both cases, setting `ratelimit.counting_expression` or `ratelimit.mitigation_expression` to the empty string (or not setting it at all) signifies that it should take the same value as `expression`.
- Loading branch information