mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Add enviroment variable SYNAPSE_CACHE_FACTOR, default it to 0.1
This commit is contained in:
parent
742ec37ca3
commit
910fc0f28f
3 changed files with 10 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue