summary refs log tree commit diff
path: root/tests/util/test_ratelimitutils.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-081-2/+4
| | | | | | | Part of #9366 Adds in fixes for B006 and B008, both relating to mutable parameter lint errors. Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>
* Fixes to the federation rate limiter (#5621)Richard van der Hoff2019-07-051-0/+97
- 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