mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Merge pull request #303 from tomochain/thanhson1085-maxpeers
tmp decrease maxpeers 50 to save CPUs
This commit is contained in:
commit
50314af4ed
1 changed files with 3 additions and 1 deletions
|
|
@ -151,7 +151,9 @@ exec tomo $params \
|
|||
--identity $IDENTITY \
|
||||
--password ./password \
|
||||
--port 30303 \
|
||||
--maxpeers 200 \
|
||||
--maxpeers 50 \
|
||||
--txpool.globalqueue 5000 \
|
||||
--txpool.globalslots 5000 \
|
||||
--rpc \
|
||||
--rpccorsdomain "*" \
|
||||
--rpcaddr 0.0.0.0 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue