diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-10-16 13:16:02 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-10-21 17:55:53 +0100 |
commit | 2b3af01791120de5d0b829395109b42870d9e465 (patch) | |
tree | 74b5939d87715eeac0e79932b360088e3a70a30d /changelog.d | |
parent | Merge pull request #8572 from matrix-org/rav/cache_hacking/2 (diff) | |
download | synapse-2b3af01791120de5d0b829395109b42870d9e465.tar.xz |
optimise DeferredCache.set
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8593.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8593.misc b/changelog.d/8593.misc new file mode 100644 index 0000000000..d266ba19a4 --- /dev/null +++ b/changelog.d/8593.misc @@ -0,0 +1 @@ +Minor optimisations in caching code. |