diff options
author | Erik Johnston <erik@matrix.org> | 2021-04-23 11:47:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 11:47:07 +0100 |
commit | 3853a7edfcee1c00ba4df04b06821397e1155257 (patch) | |
tree | 6839a0f1441384df730c8d5a4699ed26a185589d /changelog.d | |
parent | Limit the size of HTTP responses read over federation. (#9833) (diff) | |
download | synapse-3853a7edfcee1c00ba4df04b06821397e1155257.tar.xz |
Only store data in caches, not "smart" objects (#9845)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9845.misc | 1 |
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. |