Skip to content

Commit

Permalink
Merge pull request ethereum#303 from tomochain/thanhson1085-maxpeers
Browse files Browse the repository at this point in the history
tmp decrease maxpeers 50 to save CPUs
  • Loading branch information
thanhson1085 committed Nov 26, 2018
2 parents ce00db4 + 708d199 commit 50314af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/tomochain/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 50314af

Please sign in to comment.