summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-04-23 11:47:07 +0100
committerGitHub <noreply@github.com>2021-04-23 11:47:07 +0100
commit3853a7edfcee1c00ba4df04b06821397e1155257 (patch)
tree6839a0f1441384df730c8d5a4699ed26a185589d /changelog.d
parentLimit the size of HTTP responses read over federation. (#9833) (diff)
downloadsynapse-3853a7edfcee1c00ba4df04b06821397e1155257.tar.xz
Only store data in caches, not "smart" objects (#9845)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9845.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9845.misc b/changelog.d/9845.misc
new file mode 100644
index 0000000000..875dd6d131
--- /dev/null
+++ b/changelog.d/9845.misc
@@ -0,0 +1 @@
+Only store the raw data in the in-memory caches, rather than objects that include references to e.g. the data stores.