Files
vault/changelog/25095.txt
Mike Palmiotto 7ad778541e Disable Request Limiter by default (#25442)
This PR flips the logic for the Request Limiter, setting it to default
disabled.

We allow users to turn on the global Request Limiter, but leave the
Listener configuration as a "disable per Listener".
2024-02-16 17:50:18 -05:00

4 lines
109 B
Plaintext

```release-note:improvement
limits: Introduce a reloadable opt-in configuration for the Request Limiter.
```