From dd8598b0369e18722324c48c9af4e6918aa477f7 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 6 Jul 2024 22:16:44 +0200 Subject: Fix sync workers --- host/Rory-nginx/services/matrix/synapse/workers/sync.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/host/Rory-nginx/services/matrix/synapse/workers/sync.nix b/host/Rory-nginx/services/matrix/synapse/workers/sync.nix index d409d54..b9ccad3 100644 --- a/host/Rory-nginx/services/matrix/synapse/workers/sync.nix +++ b/host/Rory-nginx/services/matrix/synapse/workers/sync.nix @@ -27,9 +27,6 @@ in }; }) workers ); - - media_instance_running_background_jobs = "sync-0"; - enable_sync = false; }; workers = lib.listToAttrs ( @@ -66,7 +63,6 @@ in dbGroup = "small"; } ); - enable_sync = true; }; }) workers ); -- cgit 1.4.1