1
0

Merge pull request #6015 from matrix-org/erikj/ratelimit_admin_redaction

This commit is contained in:
Andrew Morgan
2020-02-25 13:57:56 +00:00
7 changed files with 102 additions and 11 deletions

View File

@@ -595,6 +595,9 @@ log_config: "CONFDIR/SERVERNAME.log.config"
# attempts for this account.
# - one that ratelimits third-party invites requests based on the account
# that's making the requests.
# - one for ratelimiting redactions by room admins. If this is not explicitly
# set then it uses the same ratelimiting as per rc_message. This is useful
# to allow room admins to deal with abuse quickly.
#
# The defaults are as shown below.
#
@@ -620,6 +623,10 @@ log_config: "CONFDIR/SERVERNAME.log.config"
#rc_third_party_invite:
# per_second: 0.2
# burst_count: 10
#
#rc_admin_redaction:
# per_second: 1
# burst_count: 50
# Ratelimiting settings for incoming federation