mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
3a569fb200
We pull all destinations requiring catchup from the DB in batches. However, if all those destinations get filtered out (due to the federation sender being sharded), then the `last_processed` destination doesn't get updated, and we keep requesting the same set repeatedly.
2 lines
114 B
Plaintext
2 lines
114 B
Plaintext
Fix bug where sharded federation senders could get stuck repeatedly querying the DB in a loop, using lots of CPU.
|