summary refs log tree commit diff
path: root/synapse/http/additional_resource.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-20Improvements to the LimiterRichard van der Hoff2-14/+21
* give them names, to improve logging * use a deque rather than a list for efficiency
2018-07-20Add a sleep to the Limiter to fix stack overflows.Richard van der Hoff2-7/+24