From 723d54bb022be1543b28f0335a5b0a62b1102bf6 Mon Sep 17 00:00:00 2001 From: MadLittleMods Date: Mon, 10 Jul 2023 16:11:20 +0000 Subject: deploy: c9bf644fa0c2c06f8143b14ccdb655feebed97df --- .../usage/configuration/config_documentation.html | 26 ++++++---------------- 1 file changed, 7 insertions(+), 19 deletions(-) (limited to 'develop/usage') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 66fa870c59..9c26da6455 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -3515,14 +3515,13 @@ events may be dropped).


instance_map

-

When using workers this should be a map from worker_name to the HTTP -replication listener of the worker, if configured, and to the main process. Each worker -declared under stream_writers and -outbound_federation_restricted_to needs a HTTP replication listener, and that -listener should be included in the instance_map. The main process also needs an entry -on the instance_map, and it should be listed under main if even one other worker -exists. Ensure the port matches with what is declared inside the listener block for -a replication listener.

+

When using workers this should be a map from worker_name to the +HTTP replication listener of the worker, if configured, and to the main process. +Each worker declared under stream_writers needs +a HTTP replication listener, and that listener should be included in the instance_map. +The main process also needs an entry on the instance_map, and it should be listed under +main if even one other worker exists. Ensure the port matches with what is declared +inside the listener block for a replication listener.

Example configuration:

instance_map:
   main:
@@ -3545,17 +3544,6 @@ Any worker specified here must also be in the inst
   typing: worker1
 

-

outbound_federation_restricted_to

-

When using workers, you can restrict outbound federation traffic to only go through a -specific subset of workers. Any worker specified here must also be in the -instance_map.

-
outbound_federation_restricted_to:
-  - federation_sender1
-  - federation_sender2
-
-

Also see the worker -documentation -for more info.

run_background_tasks_on

The worker that is used to run background tasks (e.g. cleaning up expired data). If not provided this -- cgit 1.4.1