From 11ff92934dcb90f8087d4ab034087b98006a02fd Mon Sep 17 00:00:00 2001 From: creme Date: Tue, 18 Jul 2023 18:31:11 +0200 Subject: [PATCH] add main proc. to instance_map --- etc/matrix-synapse/homeserver.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/matrix-synapse/homeserver.yaml b/etc/matrix-synapse/homeserver.yaml index d893cab..3ba2c46 100644 --- a/etc/matrix-synapse/homeserver.yaml +++ b/etc/matrix-synapse/homeserver.yaml @@ -2834,6 +2834,9 @@ federation_sender_instances: # host: localhost # port: 8034 instance_map: + main: + host: localhost + port: 9093 generic_worker1: host: localhost port: 9094