diff --git a/geth-poa/entrypoint.sh b/geth-poa/entrypoint.sh index 610d1a36bc..5b38e18be9 100644 --- a/geth-poa/entrypoint.sh +++ b/geth-poa/entrypoint.sh @@ -63,7 +63,7 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; then --ws.origins="*" \ --ws.api=debug,eth,txpool,net,engine \ --syncmode=full \ - --gcmode=archive \ + --gcmode=full \ --networkid=$CHAIN_ID \ --nousb \ --metrics \