Fix: Redis ERR max number of clients reached (#2041)

Add timeout to Redis Config

Co-authored-by: Christian Adams <chadams@redhat.com>
This commit is contained in:
Sharvesh
2025-09-10 09:44:30 -04:00
committed by GitHub
parent e0a8a88243
commit bed4aff4cc

View File

@@ -268,6 +268,7 @@ data:
unixsocketperm 777
port 0
bind 127.0.0.1
timeout 300
receptor_conf: |
---
- log-level: {{ receptor_log_level }}