diff options
author | Nick Mills-Barrett <nick@beeper.com> | 2022-08-23 10:49:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-23 09:49:59 +0000 |
commit | 5e7847dc923142bc68834f9b9538ada3fdd887d5 (patch) | |
tree | 4034cac25dfc9f94e3f25b8ee199ced9f4b764f4 /changelog.d | |
parent | Fix that sending server notices fail if avatar is `None` (#13566) (diff) | |
download | synapse-5e7847dc923142bc68834f9b9538ada3fdd887d5.tar.xz |
Cache user IDs instead of profile objects (#13573)
The profile objects are never used and increase cache size significantly.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13573.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13573.misc b/changelog.d/13573.misc new file mode 100644 index 0000000000..1ce9c0c081 --- /dev/null +++ b/changelog.d/13573.misc @@ -0,0 +1 @@ +Cache user IDs instead of profiles to reduce cache memory usage. Contributed by Nick @ Beeper (@fizzadar). |