From 29f487a3792807bf76ded86ea5c6a68fde2f721d Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 1 Dec 2023 08:23:56 +0000 Subject: [PATCH] changing archive to full --- geth-poa/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \