plug inital sync workers in
This commit is contained in:
parent
632a6f26ad
commit
7e5023a741
|
@ -110,8 +110,8 @@ in
|
||||||
map $synapse_uri_group $synapse_backend {
|
map $synapse_uri_group $synapse_backend {
|
||||||
default synapse_master;
|
default synapse_master;
|
||||||
|
|
||||||
# synapse_initial_sync synapse_worker_initial_sync;
|
synapse_initial_sync synapse_worker_initial_sync;
|
||||||
# synapse_normal_sync synapse_worker_normal_sync;
|
synapse_normal_sync synapse_worker_normal_sync;
|
||||||
|
|
||||||
synapse_federation synapse_worker_federation;
|
synapse_federation synapse_worker_federation;
|
||||||
synapse_federation_transaction synapse_worker_federation;
|
synapse_federation_transaction synapse_worker_federation;
|
||||||
|
|
Loading…
Reference in New Issue