0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-04 10:18:52 +02:00

Don't start up more fetch_events

This commit is contained in:
Erik Johnston 2015-05-14 15:36:04 +01:00
parent 7cd6a6f6cf
commit 96c5b9f87c

View file

@ -566,6 +566,7 @@ class EventsStore(SQLBaseStore):
"do_fetch",
do_fetch
)
self._event_fetch_ongoing = True
res = yield d