Increase default join burst ratelimiting (#9674)

It's legitimate behaviour to try and join a bunch of rooms at once.
This commit is contained in:
Erik Johnston 2021-03-23 14:52:20 +00:00 committed by GitHub
parent 0caf2a338e
commit e550ab17ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View file

@ -869,10 +869,10 @@ log_config: "CONFDIR/SERVERNAME.log.config"
#rc_joins:
# local:
# per_second: 0.1
# burst_count: 3
# burst_count: 10
# remote:
# per_second: 0.01
# burst_count: 3
# burst_count: 10
#
#rc_3pid_validation:
# per_second: 0.003