summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorNick Mills-Barrett <nick@beeper.com>2022-06-09 09:44:16 +0100
committerGitHub <noreply@github.com>2022-06-09 09:44:16 +0100
commit04ca3a52f68275ce85355fb4c56f656080b20c92 (patch)
treefadb299fbaf849150fbed4dbca66e0d31b42c97b /changelog.d
parentMove the (unstable) `dir` parameter for /relations behind an experimental fla... (diff)
downloadsynapse-04ca3a52f68275ce85355fb4c56f656080b20c92.tar.xz
Use READ COMMITTED isolation level when inserting read receipts (#12957)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12957.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12957.misc b/changelog.d/12957.misc
new file mode 100644
index 0000000000..0c075276ec
--- /dev/null
+++ b/changelog.d/12957.misc
@@ -0,0 +1 @@
+Use lower isolation level when inserting read receipts to avoid serialization errors. Contributed by Nick @ Beeper.