mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-27 17:15:40 +00:00
init j
This commit is contained in:
@@ -506,6 +506,7 @@ class EventsStore(SQLBaseStore):
|
||||
try:
|
||||
with self._event_fetch_lock:
|
||||
tot = 0
|
||||
j = 0
|
||||
for j, lst in enumerate(self._event_fetch_list):
|
||||
if tot > 200:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user