Add matrix #7

Manually merged
ryan merged 19 commits from drgrove/distrust-stack:matrix into main 2024-05-30 05:08:58 +00:00
1 changed files with 14 additions and 0 deletions
Showing only changes of commit b2e1530b33 - Show all commits

View File

@ -49,6 +49,20 @@ listeners:
- name: [metrics]
compress: true
# Rate Limit
rc_invites:
per_room:
burst_count: 200
per_user:
burst_count: 200
rc_joins:
local:
burst_count: 200
remote:
burst_count: 200
rc_joins_per_user:
burst_count: 200
# Registration
registration:
enabled: false