diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-05-15 12:06:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-15 12:06:04 -0500 |
commit | f1e5b413886ba4d9d0a16b028dba89c4a5cb56ac (patch) | |
tree | 590ed475c14dc2e17007a240ab3a0e3ceb9928d7 /changelog.d | |
parent | Drop support for v2_alpha API prefix (#5190) (diff) | |
download | synapse-f1e5b413886ba4d9d0a16b028dba89c4a5cb56ac.tar.xz |
Make all the rate limiting options more consistent (#5181)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5181.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5181.feature b/changelog.d/5181.feature new file mode 100644 index 0000000000..5ce13aa2ea --- /dev/null +++ b/changelog.d/5181.feature @@ -0,0 +1 @@ +Ratelimiting configuration for clients sending messages and the federation server has been altered to match login ratelimiting. The old configuration names will continue working. Check the sample config for details of the new names. |