mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
2193513346
When this background update did its last batch, it would try to update all the events that had been inserted since the bgupdate started, which could cause a table-scan. Make sure we limit the update correctly.
2 lines
109 B
Plaintext
2 lines
109 B
Plaintext
Fix a background database update, introduced in Synapse 1.64.0, which could cause poor database performance.
|