mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
init j
This commit is contained in:
parent
70f272f71c
commit
9ff7f66a2b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user