mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-21 10:14:07 +01:00
Don't start up more fetch_events
This commit is contained in:
parent
7cd6a6f6cf
commit
96c5b9f87c
1 changed files with 1 additions and 0 deletions
|
@ -566,6 +566,7 @@ class EventsStore(SQLBaseStore):
|
||||||
"do_fetch",
|
"do_fetch",
|
||||||
do_fetch
|
do_fetch
|
||||||
)
|
)
|
||||||
|
self._event_fetch_ongoing = True
|
||||||
|
|
||||||
res = yield d
|
res = yield d
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue