summary refs log tree commit diff
path: root/modules/software-templates/synapse-workers/generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/software-templates/synapse-workers/generic.nix')
-rw-r--r--modules/software-templates/synapse-workers/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/software-templates/synapse-workers/generic.nix b/modules/software-templates/synapse-workers/generic.nix

index 9000006..7fa3967 100644 --- a/modules/software-templates/synapse-workers/generic.nix +++ b/modules/software-templates/synapse-workers/generic.nix
@@ -122,7 +122,7 @@ in name = "unix:/run/matrix-synapse/${workerName}-${type}-${toString index}.sock"; value = { max_fails = 0; - fail_timeout = 0s; + fail_timeout = "0s"; }; }) workers );