using pebble engine

This commit is contained in:
Ubuntu 2023-12-02 07:19:32 +00:00
parent 1716abb4a0
commit a300dd8cb0

View file

@ -65,6 +65,7 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; then
--syncmode=full \ --syncmode=full \
--gcmode=full \ --gcmode=full \
--state.scheme=path \ --state.scheme=path \
--db.engine=pebble \
--networkid=$CHAIN_ID \ --networkid=$CHAIN_ID \
--nousb \ --nousb \
--metrics \ --metrics \
@ -84,6 +85,7 @@ elif [ "$GETH_NODE_TYPE" = "signer" ]; then
--syncmode=full \ --syncmode=full \
--gcmode=full \ --gcmode=full \
--state.scheme=path \ --state.scheme=path \
--db.engine=pebble \
--http \ --http \
--http.corsdomain="*" \ --http.corsdomain="*" \
--http.vhosts="*" \ --http.vhosts="*" \