upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/module.nix2
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