mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Merge pull request #449 from tomochain/thanhson1085-maxpeers
Try maxpeer 200
This commit is contained in:
commit
cd2faaace9
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ exec tomo $params \
|
||||||
--identity $IDENTITY \
|
--identity $IDENTITY \
|
||||||
--password ./password \
|
--password ./password \
|
||||||
--port 30303 \
|
--port 30303 \
|
||||||
--maxpeers 25 \
|
--maxpeers 200 \
|
||||||
--txpool.globalqueue 5000 \
|
--txpool.globalqueue 5000 \
|
||||||
--txpool.globalslots 5000 \
|
--txpool.globalslots 5000 \
|
||||||
--rpc \
|
--rpc \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue