diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-09-07 13:46:53 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-09-07 13:46:53 +0000 |
commit | 168849873bc2c4b63ceaa486432361e0628df99d (patch) | |
tree | 9405f8ca3ba147f8a729ed292d82949f1527e748 /develop/usage | |
parent | deploy: 77f39864511d0c0217d41691cc5395fde9e0bced (diff) | |
download | synapse-168849873bc2c4b63ceaa486432361e0628df99d.tar.xz |
deploy: c46fecd1f29b1d2b8756ab2dc5979c24822bfb93
Diffstat (limited to 'develop/usage')
-rw-r--r-- | develop/usage/configuration/config_documentation.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index b2efcc4050..92319ead85 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -1008,8 +1008,9 @@ on this homeserver.</p> <p>Options related to caching.</p> <hr /> <h3 id="event_cache_size"><a class="header" href="#event_cache_size"><code>event_cache_size</code></a></h3> -<p>The number of events to cache in memory. Not affected by -<code>caches.global_factor</code> and is not part of the <code>caches</code> section. Defaults to 10K.</p> +<p>The number of events to cache in memory. Defaults to 10K. Like other caches, +this is affected by <code>caches.global_factor</code> (see below).</p> +<p>Note that this option is not part of the <code>caches</code> section.</p> <p>Example configuration:</p> <pre><code class="language-yaml">event_cache_size: 15K </code></pre> |