Merge pull request #303 from tomochain/thanhson1085-maxpeers

tmp decrease maxpeers 50 to save CPUs
This commit is contained in:
Nguyen Sy Thanh Son 2018-11-26 15:58:42 +07:00 committed by GitHub
commit 50314af4ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,9 @@ exec tomo $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 \