mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
FMN: enable keepalive for Redis
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -7,4 +7,4 @@ OIDC_CLIENT_ID="fmn"
|
||||
# OIDC_CLIENT_SECRET is set in the environement by the deploymentconfig
|
||||
SERVICES__FASJSON_URL=https://fasjson{{ env_suffix }}.fedoraproject.org
|
||||
SERVICES__DISTGIT_URL=https://src{{ env_suffix }}.fedoraproject.org
|
||||
CACHE__URL="redis://redis.fmn.svc.cluster.local/?digestmod=sha1&socket_connect_timeout=0.5"
|
||||
CACHE__URL="redis://redis.fmn.svc.cluster.local/?digestmod=sha1&socket_connect_timeout=0.5&socket_keepalive=True"
|
||||
|
||||
Reference in New Issue
Block a user