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