diff options
author | Erik Johnston <erik@matrix.org> | 2021-03-23 14:52:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 14:52:20 +0000 |
commit | e550ab17adc8dd3c48daf7fedcd09418a73f524b (patch) | |
tree | 51f87a1346c6e4bc5a0d7d852c36790a3a3b6670 /changelog.d | |
parent | Fix federation stall on concurrent access errors (#9639) (diff) | |
download | synapse-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 'changelog.d')
-rw-r--r-- | changelog.d/9674.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9674.misc b/changelog.d/9674.misc new file mode 100644 index 0000000000..c82fde61b2 --- /dev/null +++ b/changelog.d/9674.misc @@ -0,0 +1 @@ +Increase default join ratelimiting burst rate. |