Fix YML Error

The playbook is not happy with the previous state of this patch so this commit hopefully fixes it
This commit is contained in:
Catalan Lover 2023-11-30 19:34:04 +01:00 committed by Slavi Pantaleev
parent e5add0fd48
commit 2481c9cebc

View File

@ -552,11 +552,11 @@ matrix_synapse_event_cache_size: "100K"
# - https://github.com/element-hq/synapse/issues/3939
matrix_synapse_caches_global_factor: 10
matrix_synapse_caches_expire_caches: true
matrix_synapse_caches_cache_entry_ttl: 30m
matrix_synapse_caches_sync_response_cache_duration: 2m
matrix_synapse_caches_autotuning_max_cache_memory_usage: 2048M
matrix_synapse_caches_autotuning_target_cache_memory_usage: 1024M
matrix_synapse_caches_autotuning_min_cache_ttl: 5m
matrix_synapse_caches_cache_entry_ttl: "30m"
matrix_synapse_caches_sync_response_cache_duration: "2m"
matrix_synapse_caches_autotuning_max_cache_memory_usage: "2048M"
matrix_synapse_caches_autotuning_target_cache_memory_usage: "1024M"
matrix_synapse_caches_autotuning_min_cache_ttl: "5m"
# Controls whether Synapse will federate at all.
# Disable this to completely isolate your server from the rest of the Matrix network.