mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-14 14:01:59 +01:00
3bc23cc45c
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.
1 line
85 B
Text
1 line
85 B
Text
Fix long-standing bug where `/sync` could tightloop after restart when using SQLite.
|