0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-29 17:58:20 +02:00
dendrite/syncapi/consumers
Neil Alexander 6348486a13
Transactional isolation for /sync (#2745)
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
..
clientapi.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
keychange.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
presence.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
receipts.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
roomserver.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
sendtodevice.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
typing.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
userapi.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00