Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.15.0rc1 v1.15.0rc1 | Brendan Abolivier | 2020-06-09 | 1 | -1/+0 |
| | |||||
* | Revert "1.15.0rc1" | Brendan Abolivier | 2020-06-09 | 1 | -0/+1 |
| | | | | This reverts commit 8587b0426fa4e65992aaa47158e991fa1797d3fb. | ||||
* | 1.15.0rc1 | Brendan Abolivier | 2020-06-09 | 1 | -1/+0 |
| | |||||
* | Performance improvements and refactor of Ratelimiter (#7595) | Andrew Morgan | 2020-06-05 | 1 | -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. |