plug inital sync workers in

This commit is contained in:
Daniel Lovbrotte Olsen 2022-12-10 07:44:43 +01:00
parent 632a6f26ad
commit 7e5023a741
1 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@ in
map $synapse_uri_group $synapse_backend {
default synapse_master;
# synapse_initial_sync synapse_worker_initial_sync;
# synapse_normal_sync synapse_worker_normal_sync;
synapse_initial_sync synapse_worker_initial_sync;
synapse_normal_sync synapse_worker_normal_sync;
synapse_federation synapse_worker_federation;
synapse_federation_transaction synapse_worker_federation;