diff --git a/kustomizations/matrix/synapse/files/homeserver.yaml b/kustomizations/matrix/synapse/files/homeserver.yaml index 0225234..4803ee0 100644 --- a/kustomizations/matrix/synapse/files/homeserver.yaml +++ b/kustomizations/matrix/synapse/files/homeserver.yaml @@ -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