From 92f6ed0a4f8fc12b7d36bc81b90d64484339fade Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Tue, 9 Aug 2022 10:31:05 +0000 Subject: deploy: 70d3e7000910f0171f43fb4d2450121eea1214c7 --- develop/usage/configuration/config_documentation.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'develop/usage/configuration/config_documentation.html') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index f2c43e032d..148eda5d9b 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -1000,20 +1000,20 @@ on this homeserver.


Caching

-

Options related to caching

+

Options related to caching.


event_cache_size

The number of events to cache in memory. Not affected by -caches.global_factor. Defaults to 10K.

+caches.global_factor and is not part of the caches section. Defaults to 10K.

Example configuration:

event_cache_size: 15K
 

-

cache and associated values

+

caches and associated values

A cache 'factor' is a multiplier that can be applied to each of Synapse's caches in order to increase or decrease the maximum number of entries that can be stored.

-

Caching can be configured through the following sub-options:

+

caches can be configured through the following sub-options:

Example configuration:

-
caches:
+
event_cache_size: 15K
+caches:
   global_factor: 1.0
   per_cache_factors:
     get_users_who_share_room_with_user: 2.0
-- 
cgit 1.5.1