0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-29 17:58:20 +02:00
dendrite/syncapi/routing
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
..
context.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
context_test.go Return state on calls to /message and lazy load members (#2218) 2022-03-01 14:39:56 +00:00
filter.go Do not use ioutil as it is deprecated (#2625) 2022-08-05 10:26:59 +01:00
messages.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
routing.go Fulltext implementation using Bleve (#2675) 2022-09-27 18:06:49 +02:00
search.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00