Fix rc_room_creation and rc_reports docs - remove per_user typo (#18998)

This commit is contained in:
Sebastian Spaeth
2025-09-30 22:17:11 +02:00
committed by GitHub
parent 5adb08f3c9
commit d1c96ee0f2
3 changed files with 9 additions and 12 deletions

View File

@@ -2259,9 +2259,8 @@ properties:
Setting this to a high value allows users to report content quickly, possibly in
duplicate. This can result in higher database usage.
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
@@ -2270,9 +2269,8 @@ properties:
description: >-
Sets rate limits for how often users are able to create rooms.
default:
per_user:
per_second: 0.016
burst_count: 10.0
per_second: 0.016
burst_count: 10.0
examples:
- per_second: 1.0
burst_count: 5.0