mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:56:02 -04:00
Correct out-of-date doc for event_cache_size
(#13726)
This commit is contained in:
parent
77f3986451
commit
c46fecd1f2
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue