summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
authorAlan Pearce2025-03-04 10:49:00 +0100
committerAlan Pearce2025-03-04 10:49:00 +0100
commitb3373e1c82b5fd0b19452709646306705a018598 (patch)
tree327788392d790313e091f0d2ce4c5eb807d23015 /system/linde.nix
parentb5bcdf72cbc998550bf55af1842fe65f8c9ef0bf (diff)
downloadnixfiles-b3373e1c82b5fd0b19452709646306705a018598.tar.lz
nixfiles-b3373e1c82b5fd0b19452709646306705a018598.tar.zst
nixfiles-b3373e1c82b5fd0b19452709646306705a018598.zip
linde: allow more redis clients
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 596cac19..a9c569ef 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -880,7 +880,7 @@ in
         port = 0;
         bind = net-redisip;
         databases = 1;
-        maxclients = 6;
+        maxclients = 20;
         requirePassFile = config.age.secrets.redis-website.path;
         settings = {
           notify-keyspace-events = "KEA";