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 \
--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="*" \