mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
tmp decrease maxpeers 50 to save CPUs
This commit is contained in:
parent
3747396d73
commit
bfaff54187
1 changed files with 3 additions and 1 deletions
|
|
@ -151,7 +151,9 @@ exec XDC $params \
|
||||||
--identity $IDENTITY \
|
--identity $IDENTITY \
|
||||||
--password ./password \
|
--password ./password \
|
||||||
--port 30303 \
|
--port 30303 \
|
||||||
--maxpeers 200 \
|
--maxpeers 50 \
|
||||||
|
--txpool.globalqueue 5000 \
|
||||||
|
--txpool.globalslots 5000 \
|
||||||
--rpc \
|
--rpc \
|
||||||
--rpccorsdomain "*" \
|
--rpccorsdomain "*" \
|
||||||
--rpcaddr 0.0.0.0 \
|
--rpcaddr 0.0.0.0 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue