diff options
author | Erik Johnston <erik@matrix.org> | 2021-08-04 13:54:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 13:54:51 +0100 |
commit | c37dad67ab04980ac934554399f52a27e54292ab (patch) | |
tree | a985ffee098a29c8c894b056b9437143a9d961e7 /changelog.d | |
parent | Fix `could not serialize access` errors for `claim_e2e_one_time_keys` (#10504) (diff) | |
download | synapse-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.misc | 1 |
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. |