summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-09-28 11:55:57 +0100
committerRichard van der Hoff <richard@matrix.org>2018-09-28 12:01:23 +0100
commit19475cf3371819170737515c414e3cc7c2a32d43 (patch)
tree88e4d580c57f3f34191cacf97349b8fa887e7cdf /changelog.d
parentMerge pull request #3794 from matrix-org/erikj/faster_typing (diff)
downloadsynapse-19475cf3371819170737515c414e3cc7c2a32d43.tar.xz
Remove redundant call to start_get_pdu_cache
I think this got forgotten in #3932. We were getting away with it because it
was the last call in this function.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3980.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3980.bugfix b/changelog.d/3980.bugfix
new file mode 100644
index 0000000000..7578414ede
--- /dev/null
+++ b/changelog.d/3980.bugfix
@@ -0,0 +1 @@
+Fix some instances of ExpiringCache not expiring cache items