MatrixSynapse/synapse/app
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
..
__init__.py run isort 2018-07-09 16:09:20 +10:00
_base.py Integrate presence from hotfixes (#3694) 2018-08-18 01:08:45 +10:00
appservice.py Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
client_reader.py Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
event_creator.py Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
federation_reader.py Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
federation_sender.py Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
frontend_proxy.py Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
homeserver.py Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
media_repository.py Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
pusher.py Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
synchrotron.py Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
synctl.py Make the rest of the .iterwhatever go away (#3562) 2018-07-21 15:47:18 +10:00
user_dir.py Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00