Fix incorrect indication in homeserver.yaml.j2

synapse-cache-tuning
Slavi Pantaleev 5 months ago
parent 055cbf3208
commit 396ab9f200

@ -773,8 +773,7 @@ caches:
#
# Defaults to 0.5, which will half the size of all caches.
#
global_factor: {{ matrix_synapse_caches_global_factor }}
global_factor: {{ matrix_synapse_caches_global_factor | to_json }}
# A dictionary of cache name to cache factor for that individual
# cache. Overrides the global cache factor for a given cache.
#

Loading…
Cancel
Save