summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix/synapse/workers/sync.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-09-10 02:09:56 +0200
committerRory& <root@rory.gay>2024-09-10 02:09:56 +0200
commitf1fd6bf1fdff9b701e48f6088d7fcd03e93667d1 (patch)
treea9c622f96fea935f6ece48d77401fbf159d75592 /host/Rory-nginx/services/matrix/synapse/workers/sync.nix
parentSynapse worker changes (diff)
downloadRory-Open-Architecture-f1fd6bf1fdff9b701e48f6088d7fcd03e93667d1.tar.xz
Synapse worker changes
Diffstat (limited to '')
-rw-r--r--host/Rory-nginx/services/matrix/synapse/workers/sync.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse/workers/sync.nix b/host/Rory-nginx/services/matrix/synapse/workers/sync.nix
index 6892847..3fd07da 100644
--- a/host/Rory-nginx/services/matrix/synapse/workers/sync.nix
+++ b/host/Rory-nginx/services/matrix/synapse/workers/sync.nix
@@ -4,7 +4,7 @@ let
   cfg = config.services.matrix-synapse;
   dbGroup = "small";
   workers = lib.range 0 (cfg.syncWorkers - 1);
-  workerName = "sync";
+  workerName = "medium";
   workerRoutes = {
     client = [
       "~ ^/_matrix/client/(v2_alpha|r0|v3)/sync$"