mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 06:23:47 +00:00
changing archive to full
This commit is contained in:
parent
f12ad9fe3c
commit
29f487a379
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; then
|
||||||
--ws.origins="*" \
|
--ws.origins="*" \
|
||||||
--ws.api=debug,eth,txpool,net,engine \
|
--ws.api=debug,eth,txpool,net,engine \
|
||||||
--syncmode=full \
|
--syncmode=full \
|
||||||
--gcmode=archive \
|
--gcmode=full \
|
||||||
--networkid=$CHAIN_ID \
|
--networkid=$CHAIN_ID \
|
||||||
--nousb \
|
--nousb \
|
||||||
--metrics \
|
--metrics \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue