mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 11:24:50 -04:00
Fix setting the _clock in SQLBaseStore
This commit is contained in:
parent
661a540dd1
commit
80f34d7b57
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue