summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-07-06 18:24:51 +0200
committerRory& <root@rory.gay>2024-07-06 18:24:51 +0200
commita2f3e07d25b47deaea7d350b187d96ce9db379d9 (patch)
tree781af8cebeaf74f7f85e690b53cd606bd6891683 /host
parentLess workers, distribute federation requests by source ip (diff)
downloadRory-Open-Architecture-a2f3e07d25b47deaea7d350b187d96ce9db379d9.tar.xz
Enable sync workers
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-nginx/services/matrix/synapse/synapse-main.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse/synapse-main.nix b/host/Rory-nginx/services/matrix/synapse/synapse-main.nix

index c8bfe86..761cb79 100755 --- a/host/Rory-nginx/services/matrix/synapse/synapse-main.nix +++ b/host/Rory-nginx/services/matrix/synapse/synapse-main.nix
@@ -19,6 +19,7 @@ pushers = 2; mediaRepoWorkers = 8; clientReaders = 4; + syncWorkers = 4; federationReaders = 8; federationInboundWorkers = 8;