swarm/cmd/swarm: raise default maxpeers to 40

This commit is contained in:
zelig 2016-06-24 14:48:46 +02:00
parent 38184bf18d
commit 7aee835b36

View file

@ -37,7 +37,7 @@ shift
# ip_addr=`curl ipecho.net/plain 2>/dev/null;echo ` # ip_addr=`curl ipecho.net/plain 2>/dev/null;echo `
# echo "external IP: $ip_addr" # echo "external IP: $ip_addr"
swarmoptions='--dev --maxpeers=20 --shh=false --nodiscover' swarmoptions='--dev --maxpeers=40 --shh=false --nodiscover'
tmpdir=/tmp tmpdir=/tmp
function attach { function attach {