mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 21:54:53 -04:00
Count and loop
This commit is contained in:
parent
96c5b9f87c
commit
142934084a
2 changed files with 32 additions and 34 deletions
|
@ -301,7 +301,7 @@ class SQLBaseStore(object):
|
|||
|
||||
self._event_fetch_lock = threading.Lock()
|
||||
self._event_fetch_list = []
|
||||
self._event_fetch_ongoing = False
|
||||
self._event_fetch_ongoing = 0
|
||||
|
||||
self.database_engine = hs.database_engine
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue