summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2022-02-11 11:05:20 -0800
committerGitHub <noreply@github.com>2022-02-11 11:05:20 -0800
commitb2b971f28a19c7fb31df79db29060ae72ba06e6b (patch)
treec52ac988207d255ce8fdf4ab8cf4d6f607ef1a9f /changelog.d
parentSupport the MSC3715 for `/relations`. (#11941) (diff)
downloadsynapse-b2b971f28a19c7fb31df79db29060ae72ba06e6b.tar.xz
Enable cache time-based expiry by default (#11849)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11849.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11849.misc b/changelog.d/11849.misc
new file mode 100644
index 0000000000..9561eab192
--- /dev/null
+++ b/changelog.d/11849.misc
@@ -0,0 +1 @@
+Enable cache time-based expiry by default. The `expiry_time` config flag will be superseded by `expire_caches` and `cache_entry_ttl`.