diff options
author | richvdh <richvdh@users.noreply.github.com> | 2022-07-19 12:37:03 +0000 |
---|---|---|
committer | richvdh <richvdh@users.noreply.github.com> | 2022-07-19 12:37:03 +0000 |
commit | 8670ec3e3b4ba760f0f4f397cf4a45057260bf2c (patch) | |
tree | cd8e3e4cc7d54d4f8e9f27263a395c9da16ebb2f /develop/usage | |
parent | deploy: b9778673587941277e15b067ad39cdf084f7dde5 (diff) | |
download | synapse-8670ec3e3b4ba760f0f4f397cf4a45057260bf2c.tar.xz |
deploy: 87a917e8c8bd8d999e0a4f5badb58a470ab83ca2
Diffstat (limited to 'develop/usage')
-rw-r--r-- | develop/usage/configuration/config_documentation.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 848243cd04..ab25e1c32a 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -322,6 +322,7 @@ Note that the <code>public_baseurl</code> config option must be provided for Syn <p>If this option is provided, it parses the given yaml to json and serves it on <code>/.well-known/matrix/client</code> endpoint alongside the standard properties.</p> +<p><em>Added in Synapse 1.62.0.</em></p> <p>Example configuration:</p> <pre><code class="language-yaml">extra_well_known_client_content : option1: value1 @@ -1074,6 +1075,7 @@ cached for after a successful response is returned. A higher duration can help c with intermittent connections, at the cost of higher memory usage. A value of zero means that sync responses are not cached. Defaults to 2m.</p> +<p><em>Changed in Synapse 1.62.0</em>: The default was changed from 0 to 2m.</p> </li> <li> <p><code>cache_autotuning</code> and its sub-options <code>max_cache_memory_usage</code>, <code>target_cache_memory_usage</code>, and |