remove empty file, reword/rename newsfragment, and add line to upgrade doc

pull/11969/head
H. Shay 2022-02-14 10:21:00 -08:00
parent 738e569ed2
commit 9c4563c5cd
4 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Enable cache time-based expiry by default. The `expiry_time` config flag has been superseded by `expire_caches` and `cache_entry_ttl`.

View File

@ -1 +0,0 @@
Enable cache time-based expiry by default. The `expiry_time` config flag will be superseded by `expire_caches` and `cache_entry_ttl`.

View File

@ -117,6 +117,7 @@ Formerly, entries in the cache were not evicted regardless of whether they were
This behavior has now changed. By default entries in the cache are now evicted after 30m of not being accessed.
To change the default behavior, go to the `caches` section of the config and change the `expire_caches` and
`cache_entry_ttl` flags as necessary. Please note that these flags replace the `expiry_time` flag in the config.
The `expiry_time` flag will still continue to work, but it has been deprecated and will be removed in the future.
## Deprecation of `capability` `org.matrix.msc3283.*`