From 34658eddd26184171e71abe3492e36006f59ed73 Mon Sep 17 00:00:00 2001 From: DarianShawn <103929061+DarianShawn@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:13:19 +0800 Subject: [PATCH] add base gas price limit to the full node deployment (#38) Update full node deployment configuration. --- docs/get-started/full-node-deployment.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/get-started/full-node-deployment.md b/docs/get-started/full-node-deployment.md index ceec127..ae88f69 100644 --- a/docs/get-started/full-node-deployment.md +++ b/docs/get-started/full-node-deployment.md @@ -214,7 +214,8 @@ ExecStart=/usr/local/bin/dogechain server \ --enable-graphql \ --graphql-address=0.0.0.0:9898 \ --max-inbound-peers=128 \ - --max-outbound-peers=16 + --max-outbound-peers=16 \ + --price-limit=250000000000 EOF