taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 5dbeaede790e74f0132941cb19b38513d7182488
parent f975990e29321ec183932a53690d1af31547f264
Author: Antoine A <>
Date:   Sat, 24 Jan 2026 13:41:06 +0100

regional: fix exchange /config timeout because of crypto load on the
system

Diffstat:
Mregional-currency/setup-exchange.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regional-currency/setup-exchange.sh b/regional-currency/setup-exchange.sh @@ -182,7 +182,7 @@ systemctl enable taler-exchange.target &>> setup.log systemctl restart taler-exchange.target &>> setup.log say "Waiting for exchange HTTP service (/config)..." -curl -sS --max-time 2 \ +curl -sS --max-time 30 \ --retry-all-errors \ --retry-delay 2 \ --retry 10 \