From aebbaf022b3c687bcbab49ad67b6590525362914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 13 Jun 2023 10:11:50 +0200 Subject: [PATCH] FMN: increase the redis connect timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/fmn/templates/fmn.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/fmn/templates/fmn.cfg b/roles/openshift-apps/fmn/templates/fmn.cfg index 16d9ec3b5b..0d3142ebec 100644 --- a/roles/openshift-apps/fmn/templates/fmn.cfg +++ b/roles/openshift-apps/fmn/templates/fmn.cfg @@ -13,7 +13,7 @@ SERVICES__FASJSON_URL=https://fasjson{{ env_suffix }}.fedoraproject.org SERVICES__DISTGIT_URL=https://src{{ env_suffix }}.fedoraproject.org # Cache settings -CACHE__URL="redis://redis.fmn.svc.cluster.local/?digestmod=sha1&socket_connect_timeout=0.5&socket_keepalive=True" +CACHE__URL="redis://redis.fmn.svc.cluster.local/?digestmod=sha1&socket_connect_timeout=5&socket_keepalive=True" # Duration for the main caches # CACHE__SCOPED_ARGS__TRACKED__TTL="1d"