enable complexity limiting

This commit is contained in:
2022-09-06 01:03:28 +02:00
parent 998583c2a5
commit e59de33d5b

View File

@ -438,11 +438,11 @@ admin_contact: 'mailto:{{ env "ADMIN_EMAIL" }}'
limit_remote_rooms: limit_remote_rooms:
# Uncomment to enable room complexity checking. # Uncomment to enable room complexity checking.
# #
#enabled: true enabled: true
# the limit above which rooms cannot be joined. The default is 1.0. # 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. # override the error which is returned when the room is too complex.
# #