mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 02:25:45 +03:00
Only need one clock
This commit is contained in:
parent
69f1c0a3c0
commit
aff4c2c652
1 changed files with 0 additions and 1 deletions
|
@ -154,7 +154,6 @@ class SQLBaseStore(object):
|
|||
self.hs = hs
|
||||
self._clock = hs.get_clock()
|
||||
self._db_pool = hs.get_db_pool()
|
||||
self._clock = hs.get_clock()
|
||||
|
||||
self._previous_txn_total_time = 0
|
||||
self._current_txn_total_time = 0
|
||||
|
|
Loading…
Reference in a new issue