changed max peers to 20

This commit is contained in:
cubedro 2015-04-04 04:49:19 +03:00
parent f7bf92a274
commit 35db65dea0
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
trap "exit" INT
if [[ -f /usr/bin/geth ]];
then
geth -rpc -rpcport "8080" -maxpeers "50" -loglevel "2"
geth -rpc -rpcport "8080" -maxpeers "20" -loglevel "2"
else
eth -b -x 50 -r 52.5.125.115 -p 30303 -m off -v 1 -j
eth -b -x 20 -r 52.5.125.115 -p 30303 -m off -v 1 -j
fi