Skip to content
Snippets Groups Projects
Commit 80f34d7b authored by Mark Haines's avatar Mark Haines
Browse files

Fix setting the _clock in SQLBaseStore

parent 661a540d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment