mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-25 11:05:49 +03:00
1f8f991d51
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
1 line
116 B
Text
1 line
116 B
Text
Fix various long-standing bugs which could cause incorrect state to be returned from `/sync` in certain situations.
|