diff options
author | Erik Johnston <erik@matrix.org> | 2021-08-04 13:09:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 13:09:04 +0100 |
commit | 11540be55ed15da920fa6f3ea805315517c02c76 (patch) | |
tree | 0412749c3c083045a2855eda5639351a74dac6d8 /changelog.d | |
parent | Add `get_userinfo_by_id` method to `ModuleApi` (#9581) (diff) | |
download | synapse-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.misc | 1 |
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. |