summary refs log tree commit diff
path: root/changelog.d/7595.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Performance improvements and refactor of Ratelimiter (#7595)Andrew Morgan2020-06-051-0/+1
While working on https://github.com/matrix-org/synapse/issues/5665 I found myself digging into the `Ratelimiter` class and seeing that it was both: * Rather undocumented, and * causing a *lot* of config checks This PR attempts to refactor and comment the `Ratelimiter` class, as well as encourage config file accesses to only be done at instantiation. Best to be reviewed commit-by-commit.