0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-19 12:04:21 +02:00
synapse/changelog.d/14374.bugfix
Richard van der Hoff 2193513346
Fix background update table-scanning events (#14374)
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.
2022-11-07 14:28:00 +00:00

2 lines
109 B
Plaintext

Fix a background database update, introduced in Synapse 1.64.0, which could cause poor database performance.