MatrixSynapse/synapse/storage
Richard van der Hoff 6fe757d69e
Fix `synapse_event_persisted_position` metric (#12390)
Fixes a bug introduced in #11417 where we would only included backfilled events
in `synapse_event_persisted_position`
2022-04-06 13:52:39 +00:00
..
databases Fix `synapse_event_persisted_position` metric (#12390) 2022-04-06 13:52:39 +00:00
engines Refuse to start if DB has an unsafe locale (#12262) 2022-03-23 10:23:05 -07:00
schema Track device list updates per room. (#12321) 2022-04-04 15:25:20 +01: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 Prefill more stream change caches. (#12372) 2022-04-05 14:26:41 +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
roommember.py
state.py Raise an exception when getting state at an outlier (#12191) 2022-04-01 13:01:49 +01:00
types.py