summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix/synapse/workers/auth.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-20 16:01:49 +0200
committerRory& <root@rory.gay>2025-05-20 16:01:49 +0200
commit0b4c04ff3844536815660e05ec46c9c63bf0be13 (patch)
tree9044f382fa71b14073c86afc93a6f15768ed4bf7 /host/Rory-nginx/services/matrix/synapse/workers/auth.nix
parentSwitch to valkey, synapse changes, update draupnir containers (diff)
downloadRory-Open-Architecture-0b4c04ff3844536815660e05ec46c9c63bf0be13.tar.xz
Fix synapse config
Diffstat (limited to 'host/Rory-nginx/services/matrix/synapse/workers/auth.nix')
-rw-r--r--host/Rory-nginx/services/matrix/synapse/workers/auth.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse/workers/auth.nix b/host/Rory-nginx/services/matrix/synapse/workers/auth.nix

index 9ff7131..6e97c15 100644 --- a/host/Rory-nginx/services/matrix/synapse/workers/auth.nix +++ b/host/Rory-nginx/services/matrix/synapse/workers/auth.nix
@@ -97,7 +97,7 @@ in name = "unix:/run/matrix-synapse/${workerName}-${type}-${toString index}.sock"; value = { max_fails = 0; - fail_timeout = 0s; + fail_timeout = "0s"; }; }) workers );