0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-02 09:28:20 +02:00
synapse/changelog.d
Richard van der Hoff 9481707a52
Fixes to the federation rate limiter (#5621)
- Put the default window_size back to 1000ms (broken by #5181)
- Make the `rc_federation` config actually do something
- fix an off-by-one error in the 'concurrent' limit
- Avoid creating an unused `_PerHostRatelimiter` object for every single
  incoming request
2019-07-05 11:10:19 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
5606.misc Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
5609.bugfix Fix 'utime went backwards' errors on daemonization. (#5609) 2019-07-03 22:40:45 +10:00
5611.misc Add a sytest blacklist file (#5611) 2019-07-05 01:24:13 +10:00
5616.misc Make errors about email password resets much clearer (#5616) 2019-07-05 10:44:12 +01:00
5617.misc Improve the backwards compatibility re-exports of synapse.logging.context (#5617) 2019-07-05 02:32:02 +10:00
5621.bugfix Fixes to the federation rate limiter (#5621) 2019-07-05 11:10:19 +01:00