Skip to content
Snippets Groups Projects
  1. Jun 17, 2021
  2. May 27, 2021
  3. Apr 14, 2021
  4. Apr 06, 2021
  5. Feb 16, 2021
  6. Feb 03, 2021
  7. Jan 08, 2021
  8. Aug 17, 2020
  9. May 27, 2020
  10. May 13, 2020
  11. May 12, 2020
  12. May 11, 2020
  13. Mar 20, 2020
  14. Mar 17, 2020
  15. Feb 21, 2020
  16. Oct 10, 2019
  17. Sep 13, 2019
  18. Sep 06, 2019
  19. Aug 28, 2019
  20. Jul 05, 2019
    • Richard van der Hoff's avatar
      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
      Unverified
      9481707a
  21. Jun 28, 2019
  22. Jun 24, 2019
  23. Jun 20, 2019
  24. May 10, 2019
  25. Apr 01, 2019
  26. Mar 22, 2019
  27. Feb 14, 2019
  28. Feb 12, 2019
  29. Feb 11, 2019
  30. Jan 29, 2019
  31. Jan 22, 2019
  32. Oct 25, 2018
  33. Oct 24, 2018
    • Richard van der Hoff's avatar
      Fix a number of flake8 errors · ef771cc4
      Richard van der Hoff authored
      Broadly three things here:
      
      * disable W504 which seems a bit whacko
      * remove a bunch of `as e` expressions from exception handlers that don't use
        them
      * use `r""` for strings which include backslashes
      
      Also, we don't use pep8 any more, so we can get rid of the duplicate config
      there.
      ef771cc4
  34. Oct 19, 2018
  35. Aug 10, 2018
  36. Jul 09, 2018
  37. Apr 15, 2018
  38. Jan 09, 2018
Loading