tmp decrease maxpeers 50 to save CPUs

also add txpool limit
This commit is contained in:
Nguyen Sy Thanh Son 2018-11-26 15:57:59 +07:00 committed by GitHub
parent ce00db4aa2
commit 708d1999df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \