From e59de33d5be06f885fabfc926f4dd22340431d8b Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 6 Sep 2022 01:03:28 +0200 Subject: [PATCH] enable complexity limiting --- homeserver.yaml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeserver.yaml.tmpl b/homeserver.yaml.tmpl index 2d17939..600d86a 100644 --- a/homeserver.yaml.tmpl +++ b/homeserver.yaml.tmpl @@ -438,11 +438,11 @@ admin_contact: 'mailto:{{ env "ADMIN_EMAIL" }}' limit_remote_rooms: # Uncomment to enable room complexity checking. # - #enabled: true + enabled: true # the limit above which rooms cannot be joined. The default is 1.0. # - #complexity: 0.5 + complexity: 200.0 # override the error which is returned when the room is too complex. #