summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-08-04 13:54:51 +0100
committerGitHub <noreply@github.com>2021-08-04 13:54:51 +0100
commitc37dad67ab04980ac934554399f52a27e54292ab (patch)
treea985ffee098a29c8c894b056b9437143a9d961e7 /changelog.d
parentFix `could not serialize access` errors for `claim_e2e_one_time_keys` (#10504) (diff)
downloadsynapse-c37dad67ab04980ac934554399f52a27e54292ab.tar.xz
Improve event caching code (#10119)
Ensure we only load an event from the DB once when the same event is requested multiple times at once.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10119.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10119.misc b/changelog.d/10119.misc
new file mode 100644
index 0000000000..f70dc6496f
--- /dev/null
+++ b/changelog.d/10119.misc
@@ -0,0 +1 @@
+Improve event caching mechanism to avoid having multiple copies of an event in memory at a time.