Skip to content
Snippets Groups Projects
Commit 33b40d0a authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Make FederationRateLimiter queue requests properly

popitem removes the *most recent* item by default [1]. We want the oldest.

Fixes #3524

[1]: https://docs.python.org/2/library/collections.html#collections.OrderedDict.popitem
parent 6dff49b8
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment