Skip to content
Snippets Groups Projects
Unverified Commit 1391a76c authored by Sean Quah's avatar Sean Quah Committed by GitHub
Browse files

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: default avatarSean Quah <seanq@matrix.org>
parent 2b5ab8e3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment