forked-synapse/synapse/storage/controllers
Sean Quah 1391a76cd2
Faster room joins: fix race in recalculation of current room state (#13151)
Bounce recalculation of current state to the correct event persister and
move recalculation of current state into the event persistence queue, to
avoid concurrent updates to a room's current state.

Also give recalculation of a room's current state a real stream
ordering.

Signed-off-by: Sean Quah <seanq@matrix.org>
2022-07-07 12:19:31 +00:00
..
__init__.py Wait for lazy join to complete when getting current state (#12872) 2022-06-01 16:02:53 +01:00
persist_events.py Faster room joins: fix race in recalculation of current room state (#13151) 2022-07-07 12:19:31 +00:00
purge_events.py
state.py Faster joins: add issue links to the TODOs (#13004) 2022-06-09 10:13:03 +00:00