mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
init j
This commit is contained in:
parent
70f272f71c
commit
9ff7f66a2b
@ -506,6 +506,7 @@ class EventsStore(SQLBaseStore):
|
|||||||
try:
|
try:
|
||||||
with self._event_fetch_lock:
|
with self._event_fetch_lock:
|
||||||
tot = 0
|
tot = 0
|
||||||
|
j = 0
|
||||||
for j, lst in enumerate(self._event_fetch_list):
|
for j, lst in enumerate(self._event_fetch_list):
|
||||||
if tot > 200:
|
if tot > 200:
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user