Fix setting the _clock in SQLBaseStore

pull/819/head
Mark Haines 2016-06-02 15:23:09 +01:00
parent 661a540dd1
commit 80f34d7b57
1 changed files with 1 additions and 0 deletions

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