0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-26 08:18:21 +02:00
dendrite/syncapi/storage
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
..
postgres Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
shared Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
sqlite3 Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
tables Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
interface.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
storage_test.go Transactional isolation for /sync (#2745) 2022-09-30 12:48:10 +01:00
storage_wasm.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00