tmp decrease maxpeers 50 to save CPUs

This commit is contained in:
MestryOmkar 2018-11-14 17:43:01 +05:30
parent 3747396d73
commit bfaff54187

View file

@ -151,7 +151,9 @@ exec XDC $params \
--identity $IDENTITY \
--password ./password \
--port 30303 \
--maxpeers 200 \
--maxpeers 50 \
--txpool.globalqueue 5000 \
--txpool.globalslots 5000 \
--rpc \
--rpccorsdomain "*" \
--rpcaddr 0.0.0.0 \