Do not specify send_federation in Synapse config

It's unnecessary when `federation_sender_instances` is populated.

Source: 6acb6d772a
This commit is contained in:
Slavi Pantaleev
2022-12-06 15:47:35 +02:00
parent 84d529b542
commit 135bb5af3e
3 changed files with 2 additions and 11 deletions

View File

@ -2836,12 +2836,6 @@ opentracing:
## Workers ##
# Disables sending of outbound federation transactions on the main process.
# Uncomment if using a federation sender worker.
#
#send_federation: false
send_federation: {{ matrix_synapse_send_federation | to_json }}
# It is possible to run multiple federation sender workers, in which case the
# work is balanced across them.
#