diff options
author | Alan Pearce | 2025-03-04 10:49:00 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-04 10:49:00 +0100 |
commit | b3373e1c82b5fd0b19452709646306705a018598 (patch) | |
tree | 327788392d790313e091f0d2ce4c5eb807d23015 | |
parent | b5bcdf72cbc998550bf55af1842fe65f8c9ef0bf (diff) | |
download | nixfiles-b3373e1c82b5fd0b19452709646306705a018598.tar.lz nixfiles-b3373e1c82b5fd0b19452709646306705a018598.tar.zst nixfiles-b3373e1c82b5fd0b19452709646306705a018598.zip |
linde: allow more redis clients
-rw-r--r-- | system/linde.nix | 2 |
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"; |