diff options
author | David Robertson <davidr@element.io> | 2022-09-07 14:46:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 14:46:11 +0100 |
commit | c46fecd1f29b1d2b8756ab2dc5979c24822bfb93 (patch) | |
tree | db755702fffecfddec45bbbc2d328e0f8d247f38 /docs | |
parent | Define SQLite compat policy (#13728) (diff) | |
download | synapse-c46fecd1f29b1d2b8756ab2dc5979c24822bfb93.tar.xz |
Correct out-of-date doc for `event_cache_size` (#13726)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index 757957a1d5..ae490d13a4 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -1069,8 +1069,10 @@ Options related to caching. --- ### `event_cache_size` -The number of events to cache in memory. Not affected by -`caches.global_factor` and is not part of the `caches` section. Defaults to 10K. +The number of events to cache in memory. Defaults to 10K. Like other caches, +this is affected by `caches.global_factor` (see below). + +Note that this option is not part of the `caches` section. Example configuration: ```yaml |