Fix setting the _clock in SQLBaseStore
This commit is contained in:
parent
661a540dd1
commit
80f34d7b57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue