4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-01-13 02:46:36 +00:00
dendrite/syncapi/storage
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
..
postgres Transactional isolation for /sync () 2022-09-30 12:48:10 +01:00
shared Transactional isolation for /sync () 2022-09-30 12:48:10 +01:00
sqlite3 Transactional isolation for /sync () 2022-09-30 12:48:10 +01:00
tables Transactional isolation for /sync () 2022-09-30 12:48:10 +01:00
interface.go Transactional isolation for /sync () 2022-09-30 12:48:10 +01:00
storage_test.go Transactional isolation for /sync () 2022-09-30 12:48:10 +01:00
storage_wasm.go Global database connection pool (for monolith mode) () 2022-05-03 16:35:06 +01:00
storage.go Global database connection pool (for monolith mode) () 2022-05-03 16:35:06 +01:00