MatrixSynapse/changelog.d
Erik Johnston 9eea5c43af Intelligently select extremities used in backfill. (#8349)
Instead of just using the most recent extremities let's pick the
ones that will give us results that the pagination request cares about,
i.e. pick extremities only if they have a smaller depth than the
pagination token.

This is useful when we fail to backfill an extremity, as we no longer
get stuck requesting that same extremity repeatedly.
2020-09-18 15:07:36 +01:00
..
.gitignore
6126.feature
6418.bugfix
8291.bugfix
8324.bugfix
8349.bugfix Intelligently select extremities used in backfill. (#8349) 2020-09-18 15:07:36 +01:00
8350.bugfix