worker_replication_host is no longer supported by Synapse

Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
magic_rb 2023-10-07 17:34:09 +02:00
parent f4b366c6f4
commit 66bc26a113
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
3 changed files with 4 additions and 24 deletions

View file

@ -18,4 +18,8 @@
federation_sender_instances = [ federation_sender_instances = [
"worker-federation-sender-0" "worker-federation-sender-0"
]; ];
instance_map.main = {
host = "localhost";
port = 9093;
};
} }

View file

@ -21,10 +21,6 @@ makeSystem {
settings = { settings = {
worker_app = "synapse.app.generic_worker"; worker_app = "synapse.app.generic_worker";
# The replication listener on the main synapse process.
worker_replication_host = "127.0.0.1";
worker_replication_http_port = 9093;
worker_listeners = [ worker_listeners = [
{ {
port = 6167; port = 6167;

View file

@ -242,10 +242,6 @@ database:
redis: redis:
enabled: true enabled: true
password: "{{ .Data.data.redis_password }}" password: "{{ .Data.data.redis_password }}"
instance_map:
main:
host: localhost
port: 9093
{{ end }} {{ end }}
EOF EOF
destination = "/secrets/extra.yaml" destination = "/secrets/extra.yaml"
@ -403,10 +399,6 @@ database:
redis: redis:
enabled: true enabled: true
password: "{{ .Data.data.redis_password }}" password: "{{ .Data.data.redis_password }}"
instance_map:
main:
host: localhost
port: 9093
{{ end }} {{ end }}
EOF EOF
destination = "/secrets/extra.yaml" destination = "/secrets/extra.yaml"
@ -564,10 +556,6 @@ database:
redis: redis:
enabled: true enabled: true
password: "{{ .Data.data.redis_password }}" password: "{{ .Data.data.redis_password }}"
instance_map:
main:
host: localhost
port: 9093
{{ end }} {{ end }}
EOF EOF
destination = "/secrets/extra.yaml" destination = "/secrets/extra.yaml"
@ -725,10 +713,6 @@ database:
redis: redis:
enabled: true enabled: true
password: "{{ .Data.data.redis_password }}" password: "{{ .Data.data.redis_password }}"
instance_map:
main:
host: localhost
port: 9093
{{ end }} {{ end }}
EOF EOF
destination = "/secrets/extra.yaml" destination = "/secrets/extra.yaml"
@ -971,10 +955,6 @@ database:
redis: redis:
enabled: true enabled: true
password: "{{ .Data.data.redis_password }}" password: "{{ .Data.data.redis_password }}"
instance_map:
main:
host: localhost
port: 9093
{{ end }} {{ end }}
EOF EOF
destination = "/secrets/extra.yaml" destination = "/secrets/extra.yaml"