"git@mau.dev:maunium/synapse.git" did not exist on "1f8f991d51a3311d67ea0b717bf168553d51b441"
Erik Johnston
authored
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