diff options
author | Shay <hillerys@element.io> | 2022-02-11 11:05:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-11 11:05:20 -0800 |
commit | b2b971f28a19c7fb31df79db29060ae72ba06e6b (patch) | |
tree | c52ac988207d255ce8fdf4ab8cf4d6f607ef1a9f /changelog.d | |
parent | Support the MSC3715 for `/relations`. (#11941) (diff) | |
download | synapse-b2b971f28a19c7fb31df79db29060ae72ba06e6b.tar.xz |
Enable cache time-based expiry by default (#11849)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11849.misc | 1 |
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`. |