1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-14 19:58:42 +00:00
synapse/changelog.d/16540.bugfix
Erik Johnston 3bc23cc45c
Fix bug that could cause a /sync to tightloop with sqlite after restart (#16540)
This could happen if the last rows in the account data stream were inserted into `account_data`. After a restart the max account ID would be calculated without looking at the `account_data` table, and so have an old ID.
2023-10-23 13:39:25 +00:00

1 line
85 B
Text

Fix long-standing bug where `/sync` could tightloop after restart when using SQLite.