summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-03-23 14:52:20 +0000
committerGitHub <noreply@github.com>2021-03-23 14:52:20 +0000
commite550ab17adc8dd3c48daf7fedcd09418a73f524b (patch)
tree51f87a1346c6e4bc5a0d7d852c36790a3a3b6670 /docs
parentFix federation stall on concurrent access errors (#9639) (diff)
downloadsynapse-e550ab17adc8dd3c48daf7fedcd09418a73f524b.tar.xz
Increase default join burst ratelimiting (#9674)
It's legitimate behaviour to try and join a bunch of rooms at once.
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index a9f59e39f7..07a928224d 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -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