This commit is contained in:
Erik Johnston 2015-05-15 16:36:03 +01:00
parent 70f272f71c
commit 9ff7f66a2b

View File

@ -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