taler-deployment

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

commit 96882da2c1e112faf0cd8dde941d4974617f8cd2
parent 0af2a8487362c7c75f53c7d5237f0d3351df8e41
Author: Florian Dold <florian@dold.me>
Date:   Mon, 23 Jan 2023 21:48:56 +0100

smaller longpoll delay for demo

Diffstat:
Msandcastle/images/exchange/startup.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandcastle/images/exchange/startup.sh b/sandcastle/images/exchange/startup.sh @@ -73,7 +73,7 @@ for n in `seq 1 50` echo DONE echo -n "Launching wirewatch..." -taler-exchange-wirewatch -L WARNING -c /config/taler.conf 2>&1 | \ +taler-exchange-wirewatch -L WARNING --longpoll-timeout=2s -c /config/taler.conf 2>&1 | \ rotatelogs -e /logs/taler-exchange-wirewatch-%Y-%m-%d.log 86400 & echo DONE echo -n "Launching transfer service..."