mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-06 15:25:03 +01:00
Fix incorrect indication in homeserver.yaml.j2
This commit is contained in:
parent
055cbf3208
commit
396ab9f200
@ -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.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user