summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-10-21 22:57:45 +0100
committerGitHub <noreply@github.com>2020-10-21 22:57:45 +0100
commitb28aaeb3a567ce1bbfd41796362b8bb0813ed0e3 (patch)
tree78d11a2d59052d7e0a2626429783ca03e260f9c5 /changelog.d
parentMerge pull request #8593 from matrix-org/rav/cache_hacking/3 (diff)
downloadsynapse-b28aaeb3a567ce1bbfd41796362b8bb0813ed0e3.tar.xz
Optimise CacheDescriptor (#8594) release-v1.21.3
don't bother constricting a CacheContext unless we need one.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8594.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8594.misc b/changelog.d/8594.misc
new file mode 100644
index 0000000000..d266ba19a4
--- /dev/null
+++ b/changelog.d/8594.misc
@@ -0,0 +1 @@
+Minor optimisations in caching code.