mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-21 00:31:31 -05:00
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):
|
def __init__(self, hs):
|
||||||
self.hs = hs
|
self.hs = hs
|
||||||
|
self._clock = hs.get_clock()
|
||||||
self._db_pool = hs.get_db_pool()
|
self._db_pool = hs.get_db_pool()
|
||||||
|
|
||||||
self._previous_txn_total_time = 0
|
self._previous_txn_total_time = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user