fix schema and docs of rc_delayed_event_mgmt (#18692)

Signed-off-by: Kim Brose <kim.brose@nordeck.net>
This commit is contained in:
Kim Brose 2025-07-17 14:54:33 +00:00 committed by GitHub
parent 84991317d0
commit a0d6469069
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 6 deletions

1
changelog.d/18692.doc Normal file
View File

@ -0,0 +1 @@
Update `rc_delayed_event_mgmt` docs to the actual nesting level. Contributed by @HarHarLinks.

View File

@ -1925,9 +1925,8 @@ This setting has the following sub-options:
Default configuration:
```yaml
rc_delayed_event_mgmt:
per_user:
per_second: 1.0
burst_count: 5.0
per_second: 1.0
burst_count: 5.0
```
Example configuration:

View File

@ -2179,9 +2179,8 @@ properties:
with a short timeout, or restarting several different delayed events all
at once) without the risk of being ratelimited.
default:
per_user:
per_second: 1.0
burst_count: 5.0
per_second: 1.0
burst_count: 5.0
examples:
- per_second: 2.0
burst_count: 20.0