MatrixSynapse/synapse/util
Richard van der Hoff 33b40d0a25 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
2018-07-13 16:19:40 +01:00
..
caches
__init__.py
async.py
distributor.py
file_consumer.py
frozenutils.py
httpresourcetree.py
jsonobject.py
logcontext.py
logformatter.py
logutils.py
manhole.py
metrics.py
module_loader.py
msisdn.py
ratelimitutils.py Make FederationRateLimiter queue requests properly 2018-07-13 16:19:40 +01:00
retryutils.py
rlimit.py
stringutils.py
threepids.py
versionstring.py
wheel_timer.py