0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-11-19 08:24:25 +01:00
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