diff options
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/module.nix b/nix/module.nix index 4117b6d..5debc9e 100644 --- a/nix/module.nix +++ b/nix/module.nix | |||
| @@ -252,7 +252,7 @@ let | |||
| 252 | 252 | ||
| 253 | maxConnections = mkOption { | 253 | maxConnections = mkOption { |
| 254 | type = types.int; | 254 | type = types.int; |
| 255 | default = 500; | 255 | default = 4096; |
| 256 | description = "Maximum total connections to the relay"; | 256 | description = "Maximum total connections to the relay"; |
| 257 | }; | 257 | }; |
| 258 | 258 | ||