diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-05-11 13:44:13 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-05-11 13:44:13 +0000 |
commit | 3c23e5978f3f3d3213d45cfb039ddbd793d3b134 (patch) | |
tree | ef825bf3e286ba1ce4943ec7d119320474593e41 /develop/usage/configuration/homeserver_sample_config.html | |
parent | deploy: 2aad0ae57fc4fa4a57b2764065687e00b99de82a (diff) | |
download | synapse-3c23e5978f3f3d3213d45cfb039ddbd793d3b134.tar.xz |
deploy: d38d242411b8910dfacde1e61fd3a0ec5cbcaa66
Diffstat (limited to 'develop/usage/configuration/homeserver_sample_config.html')
-rw-r--r-- | develop/usage/configuration/homeserver_sample_config.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/develop/usage/configuration/homeserver_sample_config.html b/develop/usage/configuration/homeserver_sample_config.html index ec9c6791ec..fe8852586e 100644 --- a/develop/usage/configuration/homeserver_sample_config.html +++ b/develop/usage/configuration/homeserver_sample_config.html @@ -886,6 +886,12 @@ retention: # 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. +# +# The configuration for cache factors (caches.global_factor and +# caches.per_cache_factors) can be reloaded while the application is running, +# by sending a SIGHUP signal to the Synapse process. Changes to other parts of +# the caching config will NOT be applied after a SIGHUP is received; a restart +# is necessary. # The number of events to cache in memory. Not affected by # caches.global_factor. |