MatrixSynapse/synapse
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
..
api Implement 'event_format' filter param in /sync 2018-09-04 15:20:09 +01:00
app Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
appservice
config
crypto
events Fix handling of redacted events from federation 2018-09-13 15:44:12 +01:00
federation Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
groups
handlers
http
metrics
module_api
push
replication
rest Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
server_notices
state Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
static/client
storage
streams
util Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
__init__.py
event_auth.py
notifier.py
python_dependencies.py bump dep on pyopenssl to 16.x 2018-09-06 12:53:15 +01:00
secrets.py
server.py
server.pyi
types.py
visibility.py