Skip to content

Commit

Permalink
Bump haproxy default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Dec 23, 2023
1 parent a5cf138 commit f798968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/grest-helper-scripts/setup-grest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f798968

Please sign in to comment.