diff options
author | Rory&::Emma <root@rory.gay> | 2024-09-06 20:21:59 +0000 |
---|---|---|
committer | Rory&::Emma <root@rory.gay> | 2024-09-06 20:23:07 +0000 |
commit | 566fe186823e87bc0580ced5eaa21eb540cfcd68 (patch) | |
tree | eb65f2c9b242617d76f3603ec1b5751b19ab0930 /host/Rory-nginx/services/matrix/synapse/synapse-main.nix | |
parent | Some synapse work, expose nheko-git and mtxclient-git packages (diff) | |
download | Rory-Open-Architecture-566fe186823e87bc0580ced5eaa21eb540cfcd68.tar.xz |
Server changes
Diffstat (limited to '')
-rwxr-xr-x | host/Rory-nginx/services/matrix/synapse/synapse-main.nix | 2 |
1 files changed, 1 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 9c12e75..7387d46 100755 --- a/host/Rory-nginx/services/matrix/synapse/synapse-main.nix +++ b/host/Rory-nginx/services/matrix/synapse/synapse-main.nix @@ -27,7 +27,7 @@ enableUserDirWorker = true; eventStreamWriters = 4; #8 - presenceStreamWriters = 2; + presenceStreamWriters = 1; # https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html settings = { |