MatrixSynapse/synapse/federation
Erik Johnston 8601c24287 Fix some instances of ExpiringCache not expiring cache items
ExpiringCache required that `start()` be called before it would actually
start expiring entries. A number of places didn't do that.

This PR removes `start` from ExpiringCache, and automatically starts
backround reaping process on creation instead.
2018-09-21 14:19:46 +01:00
..
transport
__init__.py
federation_base.py Fix handling of redacted events from federation 2018-09-13 15:44:12 +01:00
federation_client.py Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
federation_server.py
persistence.py
send_queue.py
transaction_queue.py
units.py