From a300dd8cb0d83f0811683ec809685a1b72efdf1d Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sat, 2 Dec 2023 07:19:32 +0000 Subject: [PATCH] using pebble engine --- geth-poa/entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/geth-poa/entrypoint.sh b/geth-poa/entrypoint.sh index ecbaa3e4fd..35ec08c5e3 100644 --- a/geth-poa/entrypoint.sh +++ b/geth-poa/entrypoint.sh @@ -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="*" \