mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +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 \
|
||||
--password ./password \
|
||||
--port 30303 \
|
||||
--maxpeers 25 \
|
||||
--maxpeers 200 \
|
||||
--txpool.globalqueue 5000 \
|
||||
--txpool.globalslots 5000 \
|
||||
--rpc \
|
||||
|
|
|
|||
Loading…
Reference in a new issue