diff options
Diffstat (limited to 'host/Rory-nginx/services/matrix/conduit.nix')
-rwxr-xr-x | host/Rory-nginx/services/matrix/conduit.nix | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/host/Rory-nginx/services/matrix/conduit.nix b/host/Rory-nginx/services/matrix/conduit.nix index 95e5d40..f98a4e6 100755 --- a/host/Rory-nginx/services/matrix/conduit.nix +++ b/host/Rory-nginx/services/matrix/conduit.nix @@ -17,11 +17,11 @@ allow_device_name_federation = true; enable_lightning_bolt = true; - allow_local_presence = true; - allow_incoming_presence = true; - allow_outgoing_presence = true; - presence_idle_timeout_s = 60; - presence_offline_timeout_s = 180; + #allow_local_presence = true; + #allow_incoming_presence = true; + #allow_outgoing_presence = true; + #presence_idle_timeout_s = 60; + #presence_offline_timeout_s = 180; max_concurrent_requests = 1000; @@ -31,7 +31,8 @@ allow_check_for_updates = false; allow_registration = false; - log = "info,state_res=info"; + #log = "info,state_res=info"; + #log = "debug"; }; }; systemd.services.matrix-conduit-reg-token = { |