mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
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.
2 lines
141 B
Plaintext
2 lines
141 B
Plaintext
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.
|