all repos — nixfiles @ b3373e1c82b5fd0b19452709646306705a018598

System and user configuration, managed by nix and home-manager

linde: allow more redis clients
Alan Pearce alan@alanpearce.eu
Tue, 04 Mar 2025 10:49:00 +0100
commit

b3373e1c82b5fd0b19452709646306705a018598

parent

b5bcdf72cbc998550bf55af1842fe65f8c9ef0bf

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -880,7 +880,7 @@ enable = true;         port = 0;
         bind = net-redisip;
         databases = 1;
-        maxclients = 6;
+        maxclients = 20;
         requirePassFile = config.age.secrets.redis-website.path;
         settings = {
           notify-keyspace-events = "KEA";