diff options
author | H-Shay <H-Shay@users.noreply.github.com> | 2022-02-14 18:21:46 +0000 |
---|---|---|
committer | H-Shay <H-Shay@users.noreply.github.com> | 2022-02-14 18:21:46 +0000 |
commit | 241f04e1eda8cc58dc340f6aea49fd1b66e7caf3 (patch) | |
tree | 249a41b45a9a359bce4dde43e0d16afb1de78c70 /develop/upgrade.html | |
parent | deploy: b2b971f28a19c7fb31df79db29060ae72ba06e6b (diff) | |
download | synapse-241f04e1eda8cc58dc340f6aea49fd1b66e7caf3.tar.xz |
deploy: 9c4563c5cd97dbcfe3eb43e05b30ca3c830d6937
Diffstat (limited to '')
-rw-r--r-- | develop/upgrade.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html index 35067b4b55..8117745c57 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -280,7 +280,8 @@ feature has been stabilised and moved from:</p> <p>Formerly, entries in the cache were not evicted regardless of whether they were accessed after storing. 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 <code>caches</code> section of the config and change the <code>expire_caches</code> and -<code>cache_entry_ttl</code> flags as necessary. Please note that these flags replace the <code>expiry_time</code> flag in the config.</p> +<code>cache_entry_ttl</code> flags as necessary. Please note that these flags replace the <code>expiry_time</code> flag in the config.<br /> +The <code>expiry_time</code> flag will still continue to work, but it has been deprecated and will be removed in the future.</p> <h2 id="deprecation-of-capability-orgmatrixmsc3283"><a class="header" href="#deprecation-of-capability-orgmatrixmsc3283">Deprecation of <code>capability</code> <code>org.matrix.msc3283.*</code></a></h2> <p>The <code>capabilities</code> of MSC3283 from the REST API <code>/_matrix/client/r0/capabilities</code> becomes stable.</p> |