diff options
author | Erik Johnston <erik@matrix.org> | 2021-04-28 11:59:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 11:59:28 +0100 |
commit | 391bfe9a7b7b22c3dbee9f9e02071fd5c1730ab5 (patch) | |
tree | 67d291f6ccce31393ab86abb8566454b093a841a /changelog.d | |
parent | Add type hints to presence handler (#9885) (diff) | |
download | synapse-391bfe9a7b7b22c3dbee9f9e02071fd5c1730ab5.tar.xz |
Reduce memory footprint of caches (#9886)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9886.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9886.misc b/changelog.d/9886.misc new file mode 100644 index 0000000000..8ff869e659 --- /dev/null +++ b/changelog.d/9886.misc @@ -0,0 +1 @@ +Reduce memory usage of the LRU caches. |