Add matrix #7
|
@ -49,6 +49,20 @@ listeners:
|
||||||
- name: [metrics]
|
- name: [metrics]
|
||||||
compress: true
|
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
|
||||||
registration:
|
registration:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in New Issue