Fix incorrect indication in homeserver.yaml.j2

This commit is contained in:
Slavi Pantaleev 2024-01-17 10:53:12 +02:00
parent 055cbf3208
commit 396ab9f200

View File

@ -773,8 +773,7 @@ caches:
# #
# Defaults to 0.5, which will half the size of all 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 # A dictionary of cache name to cache factor for that individual
# cache. Overrides the global cache factor for a given cache. # cache. Overrides the global cache factor for a given cache.
# #