mirror of
https://github.com/matrix-org/synapse.git
synced 2025-11-26 21:11:33 +01:00
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.
|