Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.105.0rc1 v1.105.0rc1 | Andrew Morgan | 2024-04-11 | 1 | -1/+0 |
| | |||||
* | Add back fast path for non-gappy syncs (#17064) | Erik Johnston | 2024-04-08 | 1 | -0/+1 |
PR #16942 removed an invalid optimisation that avoided pulling out state for non-gappy syncs. This causes a large increase in DB usage. c.f. #16941 for why that optimisation was wrong. However, we can still optimise in the simple case where the events in the timeline are a linear chain without any branching/merging of the DAG. cc. @richvdh |