MatrixSynapse/synapse/storage
Richard van der Hoff 287a9c1e20
Exclude outliers in `on_backfill_request` (#12314)
When we are processing a `/backfill` request from a remote server, exclude any
outliers from consideration early on. We can't return outliers anyway (since we
don't know the state at the outlier), and filtering them out earlier means that
we won't attempt to calulate the state for them.
2022-03-28 19:20:14 +01:00
..
databases Exclude outliers in `on_backfill_request` (#12314) 2022-03-28 19:20:14 +01:00
engines Refuse to start if DB has an unsafe locale (#12262) 2022-03-23 10:23:05 -07:00
schema Remove unnecessary pass statements. (#12206) 2022-03-11 07:06:21 -05:00
util
__init__.py
_base.py
background_updates.py Add config settings for background update parameters (#11980) 2022-03-11 10:46:45 -08:00
database.py Improve type annotations for `execute_values`. (#12311) 2022-03-28 17:21:23 +01:00
keys.py
persist_events.py Add cache for `get_membership_from_event_ids` (#12272) 2022-03-25 14:58:56 +00:00
prepare_database.py
purge_events.py
push_rule.py
relations.py
roommember.py
state.py
types.py