From bed4aff4cc53844bd965588833b3fba5ab657194 Mon Sep 17 00:00:00 2001 From: Sharvesh <46417955+Sharvesh0306@users.noreply.github.com> Date: Wed, 10 Sep 2025 09:44:30 -0400 Subject: [PATCH] Fix: Redis ERR max number of clients reached (#2041) Add timeout to Redis Config Co-authored-by: Christian Adams --- roles/installer/templates/configmaps/config.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/installer/templates/configmaps/config.yaml.j2 b/roles/installer/templates/configmaps/config.yaml.j2 index 367f2e37..8ae095bf 100644 --- a/roles/installer/templates/configmaps/config.yaml.j2 +++ b/roles/installer/templates/configmaps/config.yaml.j2 @@ -268,6 +268,7 @@ data: unixsocketperm 777 port 0 bind 127.0.0.1 + timeout 300 receptor_conf: | --- - log-level: {{ receptor_log_level }}