diff options
author | Nick Mills-Barrett <nick@beeper.com> | 2022-06-09 09:44:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 09:44:16 +0100 |
commit | 04ca3a52f68275ce85355fb4c56f656080b20c92 (patch) | |
tree | fadb299fbaf849150fbed4dbca66e0d31b42c97b | |
parent | Move the (unstable) `dir` parameter for /relations behind an experimental fla... (diff) | |
download | synapse-04ca3a52f68275ce85355fb4c56f656080b20c92.tar.xz |
Use READ COMMITTED isolation level when inserting read receipts (#12957)
-rw-r--r-- | changelog.d/12957.misc | 1 | ||||
-rw-r--r-- | synapse/storage/databases/main/receipts.py | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/changelog.d/12957.misc b/changelog.d/12957.misc new file mode 100644 |