mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 08:03:48 +00:00
using pebble engine
This commit is contained in:
parent
1716abb4a0
commit
a300dd8cb0
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; then
|
|||
--syncmode=full \
|
||||
--gcmode=full \
|
||||
--state.scheme=path \
|
||||
--db.engine=pebble \
|
||||
--networkid=$CHAIN_ID \
|
||||
--nousb \
|
||||
--metrics \
|
||||
|
|
@ -84,6 +85,7 @@ elif [ "$GETH_NODE_TYPE" = "signer" ]; then
|
|||
--syncmode=full \
|
||||
--gcmode=full \
|
||||
--state.scheme=path \
|
||||
--db.engine=pebble \
|
||||
--http \
|
||||
--http.corsdomain="*" \
|
||||
--http.vhosts="*" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue