MatrixSynapse/synapse/storage
Richard van der Hoff ca3db044a3
Fix infinite loop in partial-state resync (#13353)
Make sure that we only pull out events from the db once they have no
prev-events with partial state.
2022-07-26 11:47:31 +00:00
..
controllers Faster room joins: avoid blocking when pulling events with missing prevs (#13355) 2022-07-26 12:39:23 +01:00
databases Fix infinite loop in partial-state resync (#13353) 2022-07-26 11:47:31 +00:00
engines
schema Bg update to populate new `events` table columns (#13215) 2022-07-15 12:47:26 +01:00
util Log the stack when waiting for an entire room to be un-partial stated (#13257) 2022-07-12 18:57:38 +01:00
__init__.py
_base.py Refactor presence so we can prune user in room caches (#13313) 2022-07-25 09:21:06 +00:00
background_updates.py
database.py Track DB txn times w/ two counters, not histogram (#13342) 2022-07-21 13:23:05 +01:00
keys.py
prepare_database.py
push_rule.py
roommember.py
state.py
types.py