0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 18:43:53 +01:00

Fix setting the _clock in SQLBaseStore

This commit is contained in:
Mark Haines 2016-06-02 15:23:09 +01:00
parent 661a540dd1
commit 80f34d7b57

View file

@ -152,6 +152,7 @@ class SQLBaseStore(object):
def __init__(self, hs):
self.hs = hs
self._clock = hs.get_clock()
self._db_pool = hs.get_db_pool()
self._previous_txn_total_time = 0