Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Increase startup delay of Geth for more reliable starting.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminion committed Oct 23, 2017
1 parent 444808c commit 478a96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nnodes/templates/start-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
echo "[*] Starting Constellation node"
nohup /usr/local/bin/constellation-node $TMCONF 2>> /qdata/logs/constellation.log &
sleep 1
sleep 2
echo "[*] Starting node"
PRIVATE_CONFIG=$TMCONF nohup /usr/local/bin/geth $GETH_ARGS 2>>/qdata/logs/geth.log
Expand Down

0 comments on commit 478a96f

Please sign in to comment.