mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
swarm/cmd/swarm: raise default maxpeers to 40
This commit is contained in:
parent
38184bf18d
commit
7aee835b36
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue