mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
a0f51b059c
This happened if we encountered a stream ordering in `event_push_actions` that had more rows than the batch size of the delete, as If we don't delete any rows in an iteration then the next time round we get the exact same stream ordering and get stuck.
2 lines
109 B
Plaintext
2 lines
109 B
Plaintext
Fix bug where rows were not deleted from `event_push_actions` table on large servers. Introduced in v1.62.0.
|