1
0

Define config for room-level join limiter

but don't use it in tests
This commit is contained in:
David Robertson
2022-06-28 13:08:55 +01:00
parent 6b99a66fe0
commit bd873e6571
4 changed files with 28 additions and 0 deletions

View File

@@ -67,6 +67,10 @@ rc_joins:
per_second: 9999
burst_count: 9999
rc_joins_per_room:
per_second: 9999
burst_count: 9999
rc_3pid_validation:
per_second: 1000
burst_count: 1000