Add enviroment variable SYNAPSE_CACHE_FACTOR, default it to 0.1

This commit is contained in:
Erik Johnston 2016-03-01 12:56:39 +00:00
parent 742ec37ca3
commit 910fc0f28f
3 changed files with 10 additions and 2 deletions

View file

@ -36,8 +36,6 @@ class ReceiptsHandler(BaseHandler):
)
self.clock = self.hs.get_clock()
self._receipt_cache = None
@defer.inlineCallbacks
def received_client_receipt(self, room_id, receipt_type, user_id,
event_id):