synapse-product/synapse/rest
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
..
client Merge pull request #3835 from krombel/fix_3821 2018-09-12 20:44:18 +10:00
consent fix another consent encoding fail 2018-08-21 23:14:25 +01:00
key Port rest/ to Python 3 (#3823) 2018-09-12 20:41:31 +10:00
media Fix some instances of ExpiringCache not expiring cache items 2018-09-21 14:19:46 +01:00
__init__.py Move v1-only APIs into their own module & isolate deprecated ones (#3460) 2018-07-19 20:03:33 +10:00