Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.96.0rc1 | Erik Johnston | 2023-10-31 | 1 | -1/+0 |
| | |||||
* | Revert "1.96.0rc1" | Erik Johnston | 2023-10-31 | 1 | -0/+1 |
| | | | | This reverts commit 4724a6ded136c727bcff5082b94c2b3d6355e908. | ||||
* | 1.96.0rc1 | Erik Johnston | 2023-10-31 | 1 | -1/+0 |
| | |||||
* | Fix bug that could cause a `/sync` to tightloop with sqlite after restart ↵ | Erik Johnston | 2023-10-23 | 1 | -0/+1 |
(#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. |