forked from MirrorHub/synapse
8eec25a1d9
When an event fetcher aborts due to an exception, `_event_fetch_ongoing` must be decremented, otherwise the event fetcher would never be replaced. If enough event fetchers were to fail, no more events would be fetched and requests would get stuck waiting for events.
1 line
141 B
Text
1 line
141 B
Text
Fix a long-standing bug where all requests that read events from the database could get stuck as a result of losing the database connection.
|