forked-synapse/synapse/storage/databases
Erik Johnston 43f2b67e4d
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 14:25:52 +01:00
..
main Intelligently select extremities used in backfill. (#8349) 2020-09-18 14:25:52 +01:00
state Convert state and stream stores and related code to async (#8194) 2020-08-28 09:37:55 -04:00
__init__.py Add more logging to debug slow startup (#8264) 2020-09-07 13:36:02 +01:00