1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-30 13:34:28 -05:00
Commit graph

3 commits

Author SHA1 Message Date
Neil Alexander d32f60249d
Modify sync transaction behaviour ()
This now uses a transaction per stream, so that errors in one stream
don't propagate to another, and we therefore no longer need to do hacks
to reopen a new transaction after aborting a failed one.
2022-10-03 11:38:20 +01:00
Neil Alexander 0116db79c6
Reset transaction after a failure 2022-09-30 17:07:37 +01:00
Neil Alexander 6348486a13
Transactional isolation for /sync ()
This should transactional snapshot isolation for `/sync` etc requests.

For now we don't use repeatable read due to some odd test failures with
invites.
2022-09-30 12:48:10 +01:00