Do not specify start_pushers in Synapse config

It's unnecessary when `pusher_instances` is populated.

Source: 6acb6d772a
This commit is contained in:
Slavi Pantaleev
2022-12-06 15:49:56 +02:00
parent 135bb5af3e
commit 663fe29ddb
3 changed files with 1 additions and 6 deletions

View File

@ -2853,7 +2853,6 @@ federation_sender_instances: {{ matrix_synapse_federation_sender_instances | to_
{% if matrix_synapse_federation_pusher_instances | length > 0 %}
pusher_instances: {{ matrix_synapse_federation_pusher_instances | to_json }}
{% endif %}
start_pushers: {{ matrix_synapse_start_pushers | to_json }}
# When using workers this should be a map from `worker_name` to the
# HTTP replication listener of the worker, if configured.