Skip to content
Snippets Groups Projects
  • Richard van der Hoff's avatar
    9481707a
    Fixes to the federation rate limiter (#5621) · 9481707a
    Richard van der Hoff authored
    - 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
    9481707a
    History
    Fixes to the federation rate limiter (#5621)
    Richard van der Hoff authored
    - 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