summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-08-04 13:09:04 +0100
committerGitHub <noreply@github.com>2021-08-04 13:09:04 +0100
commit11540be55ed15da920fa6f3ea805315517c02c76 (patch)
tree0412749c3c083045a2855eda5639351a74dac6d8 /changelog.d
parentAdd `get_userinfo_by_id` method to `ModuleApi` (#9581) (diff)
downloadsynapse-11540be55ed15da920fa6f3ea805315517c02c76.tar.xz
Fix `could not serialize access` errors for `claim_e2e_one_time_keys` (#10504)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10504.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10504.misc b/changelog.d/10504.misc
new file mode 100644
index 0000000000..1479a5022d
--- /dev/null
+++ b/changelog.d/10504.misc
@@ -0,0 +1 @@
+Reduce errors in PostgreSQL logs due to concurrent serialization errors.