Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 2679c10

Browse files
committed
set http-max-response-time-ms to a really large number for the ignition wallet service
1 parent ffa8190 commit 2679c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testnet.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ echo "FEATURE_DIGESTS: $FEATURE_DIGESTS" >> $logfile
5151

5252
echo "http-server-address = $wdaddr" > $wddir/config.ini
5353

54-
programs/keosd/keosd --config-dir $wddir --data-dir $wddir 2> $wddir/wdlog.txt &
54+
programs/keosd/keosd --config-dir $wddir --data-dir $wddir --http-max-response-time-ms 99999 2> $wddir/wdlog.txt &
5555
echo $$ > ignition_wallet.pid
5656
echo keosd log in $wddir/wdlog.txt >> $logfile
5757
sleep 1

0 commit comments

Comments
 (0)