Skip to content

Commit

Permalink
numMinPeers
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitamendelbaum committed Nov 17, 2017
1 parent 11bea62 commit 8d97b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions strato-multinode-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ then
export STRATO_GS_MODE=${mode}
export miningAlgorithm="SHA"
export lazyBlocks=false
# do not attempt to connect to random nodes. Sets minAvailablePeers to 0.
export noMinPeers=true
export noMinPeers=true # Legacy 0.3.5 support
export numMinPeers=${numMinPeers:-5}

echo "--------------------------------"
echo " Common Config"
Expand Down

0 comments on commit 8d97b20

Please sign in to comment.