mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +00:00
Try maxpeer 200
This commit is contained in:
parent
d14229e4ae
commit
6c2f6e688f
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ exec XDC $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