diff --git a/docker/tomochain/entrypoint.sh b/docker/tomochain/entrypoint.sh index 3cfe9140d863..5da24e3488c6 100755 --- a/docker/tomochain/entrypoint.sh +++ b/docker/tomochain/entrypoint.sh @@ -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 \