소스 검색

Fix ansible-lint-reported error related to spaces before comments

pull/3188/head
Slavi Pantaleev 2 년 전
부모
커밋
972fc6b914
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      roles/custom/matrix-synapse/defaults/main.yml

+ 2
- 2
roles/custom/matrix-synapse/defaults/main.yml 파일 보기

@@ -564,10 +564,10 @@ matrix_synapse_caches_sync_response_cache_duration: "2m"
matrix_synapse_cache_size_calculations_memtotal_bytes: "{{ (ansible_memtotal_mb * 1024 * 1024) | int }}" matrix_synapse_cache_size_calculations_memtotal_bytes: "{{ (ansible_memtotal_mb * 1024 * 1024) | int }}"


# Controls the cap to use for matrix_synapse_cache_autotuning_max_cache_memory_usage. # Controls the cap to use for matrix_synapse_cache_autotuning_max_cache_memory_usage.
matrix_synapse_cache_size_calculations_max_cache_memory_usage_cap_bytes: "{{ (2 * 1024 * 1024 * 1024) }}" # 2GB
matrix_synapse_cache_size_calculations_max_cache_memory_usage_cap_bytes: "{{ (2 * 1024 * 1024 * 1024) }}" # 2GB


# Controls the cap to use for matrix_synapse_cache_autotuning_target_cache_memory_usage. # Controls the cap to use for matrix_synapse_cache_autotuning_target_cache_memory_usage.
matrix_synapse_cache_size_calculations_target_cache_memory_usage_cap_bytes: "{{ (1 * 1024 * 1024 * 1024) }}" # 1GB
matrix_synapse_cache_size_calculations_target_cache_memory_usage_cap_bytes: "{{ (1 * 1024 * 1024 * 1024) }}" # 1GB


matrix_synapse_cache_autotuning_min_cache_ttl: "30s" matrix_synapse_cache_autotuning_min_cache_ttl: "30s"




불러오는 중...
취소
저장