summary refs log tree commit diff
path: root/.github (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-20changelogsRichard van der Hoff2-0/+2
2018-07-20Combine Limiter and LinearizerRichard van der Hoff4-161/+59
Linearizer was effectively a Limiter with max_count=1, so rather than maintaining two sets of code, let's combine them.
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