summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-09-12 00:08:18 +0200
committerRory& <root@rory.gay>2024-09-12 00:08:18 +0200
commit6185793053b15fa7e545cd3f0c928181b648e74f (patch)
treee895c243de582589ea1697c009a88ac5a12ed0f4 /host
parentUpdate flake lock (diff)
downloadRory-Open-Architecture-6185793053b15fa7e545cd3f0c928181b648e74f.tar.xz
enable event creators, more workers
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-nginx/services/matrix/synapse/synapse-main.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse/synapse-main.nix b/host/Rory-nginx/services/matrix/synapse/synapse-main.nix
index 194eca6..230591b 100755
--- a/host/Rory-nginx/services/matrix/synapse/synapse-main.nix
+++ b/host/Rory-nginx/services/matrix/synapse/synapse-main.nix
@@ -18,9 +18,11 @@
     clientReaders = 2; # 4
     syncWorkers = 2; # 4
     authWorkers = 0;
+    
+    eventCreators = 16;
 
     federationReaders = 8; # 8
-    federationInboundWorkers = 8; # 8
+    federationInboundWorkers = 16; # 8
 
     enableAppserviceWorker = true;
     enableBackgroundWorker = true;