1
0

Add rate limit conf to user directory endpoint (#19291)

The goal is to avoid that an user could scrape the user directory too
quickly.
This commit is contained in:
Mathieu Velten
2026-01-05 20:35:11 +01:00
committed by GitHub
parent 6b755f964b
commit 444bc56cda
7 changed files with 55 additions and 0 deletions

View File

@@ -102,6 +102,10 @@ rc_room_creation:
per_second: 9999
burst_count: 9999
rc_user_directory:
per_second: 9999
burst_count: 9999
federation_rr_transactions_per_room_per_second: 9999
allow_device_name_lookup_over_federation: true