Преглед изворни кода

Do not add main/master Synapse process to instance_map if workers are not in use

This is meant to keep the configuration tidy for non-worker setups.

Related to 49cb8b7b11
pull/2684/head
Slavi Pantaleev пре 2 година
родитељ
комит
8fbe99ac2a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/custom/matrix-synapse/defaults/main.yml

+ 1
- 1
roles/custom/matrix-synapse/defaults/main.yml Прегледај датотеку

@@ -721,7 +721,7 @@ matrix_synapse_instance_map: |
'host': 'matrix-synapse',
'port': matrix_synapse_replication_http_port,
},
}
} if matrix_synapse_workers_enabled else {}
}}

# Redis information


Loading…
Откажи
Сачувај