Skip to content
Snippets Groups Projects
Commit 9c4563c5 authored by H. Shay's avatar H. Shay
Browse files

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

parent 738e569e
No related branches found
No related tags found
No related merge requests found
Enable cache time-based expiry by default. The `expiry_time` config flag will be superseded by `expire_caches` and `cache_entry_ttl`. Enable cache time-based expiry by default. The `expiry_time` config flag has been superseded by `expire_caches` and `cache_entry_ttl`.
...@@ -117,6 +117,7 @@ Formerly, entries in the cache were not evicted regardless of whether they were ...@@ -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. 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 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. `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.*` ## Deprecation of `capability` `org.matrix.msc3283.*`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment