From 01ec4d227a0abdf56b3a7a5db1fec384b15a2d96 Mon Sep 17 00:00:00 2001 From: creme Date: Thu, 10 Mar 2022 10:17:56 +0100 Subject: [PATCH] remove currently unused stream_writers --- etc/matrix-synapse/homeserver.yaml | 25 ------------------ etc/nginx/include.d/generic_worker.conf | 34 ------------------------- 2 files changed, 59 deletions(-) diff --git a/etc/matrix-synapse/homeserver.yaml b/etc/matrix-synapse/homeserver.yaml index ecc58f4..b207ac9 100644 --- a/etc/matrix-synapse/homeserver.yaml +++ b/etc/matrix-synapse/homeserver.yaml @@ -2778,31 +2778,6 @@ stream_writers: - generic_worker2 - generic_worker3 - generic_worker4 -# typing: -# - generic_worker1 -# - generic_worker2 -# - generic_worker3 -# - generic_worker4 -# to_device: -# - generic_worker1 -# - generic_worker2 -# - generic_worker3 -# - generic_worker4 -# account_data: -# - generic_worker1 -# - generic_worker2 -# - generic_worker3 -# - generic_worker4 -# receipts: -# - generic_worker1 -# - generic_worker2 -# - generic_worker3 -# - generic_worker4 -# presence: -# - generic_worker1 -# - generic_worker2 -# - generic_worker3 -# - generic_worker4 # The worker that is used to run background tasks (e.g. cleaning up expired # data). If not provided this defaults to the main process. diff --git a/etc/nginx/include.d/generic_worker.conf b/etc/nginx/include.d/generic_worker.conf index c957032..6438dd2 100644 --- a/etc/nginx/include.d/generic_worker.conf +++ b/etc/nginx/include.d/generic_worker.conf @@ -314,37 +314,3 @@ location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/profile/ { include include.d/synapse-proxy.conf; proxy_pass http://generic_worker_lc; } - -## Device requests -#location ~ ^/_matrix/client/(r0|v3|unstable)/sendToDevice/ { -# include include.d/synapse-proxy.conf; -# proxy_pass http://generic_worker_lc; -#} - -## Account data requests -#location ~ ^/_matrix/client/(r0|v3|unstable)/.*/tags { -# include include.d/synapse-proxy.conf; -# proxy_pass http://generic_worker_lc; -#} - -#location ~ ^/_matrix/client/(r0|v3|unstable)/.*/account_data { -# include include.d/synapse-proxy.conf; -# proxy_pass http://generic_worker_lc; -#} - -## Receipts requests -#location ~ ^/_matrix/client/(r0|v3|unstable)/rooms/.*/receipt { -# include include.d/synapse-proxy.conf; -# proxy_pass http://generic_worker_lc; -#} - -#location ~ ^/_matrix/client/(r0|v3|unstable)/rooms/.*/read_markers { -# include include.d/synapse-proxy.conf; -# proxy_pass http://generic_worker_lc; -#} - -## Presence requests -#location ~ ^/_matrix/client/(api/v1|r0|v3|unstable)/presence/ { -# include include.d/synapse-proxy.conf; -# proxy_pass http://generic_worker_lc; -#}