From f798968017c90c8f7ef999a89024214a0c182f28 Mon Sep 17 00:00:00 2001 From: rdlrt <3169068+rdlrt@users.noreply.github.com> Date: Sat, 23 Dec 2023 22:25:36 +0000 Subject: [PATCH] Bump haproxy default timeout --- scripts/grest-helper-scripts/setup-grest.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/grest-helper-scripts/setup-grest.sh b/scripts/grest-helper-scripts/setup-grest.sh index 6d3e3695b..f2a75017e 100755 --- a/scripts/grest-helper-scripts/setup-grest.sh +++ b/scripts/grest-helper-scripts/setup-grest.sh @@ -176,7 +176,7 @@ SGVERSION=v1.1.0 get_cron_job_executable "asset-txo-cache-update" set_cron_variables "asset-txo-cache-update" - install_cron_job "asset-txo-cache-update" "*/5 * * * *" + install_cron_job "asset-txo-cache-update" "*/30 * * * *" get_cron_job_executable "epoch-summary-corrections-update" set_cron_variables "epoch-summary-corrections-update" @@ -406,8 +406,8 @@ SGVERSION=v1.1.0 option forwardfor #log-format \"%ci:%cp a:%f/%b/%s t:%Tq/%Tt %{+Q}r %ST b:%B C:%ac,%fc,%bc,%sc Q:%sq/%bq\" option dontlog-normal - timeout client 30s - timeout server 30s + timeout client 120s + timeout server 120s timeout connect 3s timeout server-fin 2s timeout http-request 5s