mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 16:13:47 +00:00
revert snapshot and cache configurations
This commit is contained in:
parent
a0bd0164fe
commit
9662e504e9
1 changed files with 0 additions and 6 deletions
|
|
@ -51,8 +51,6 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; then
|
|||
|
||||
exec geth \
|
||||
--verbosity="$VERBOSITY" \
|
||||
--cache=0 \
|
||||
--cache.trie=0 \
|
||||
--datadir="$GETH_DATA_DIR" \
|
||||
--port 30301 \
|
||||
--http \
|
||||
|
|
@ -69,7 +67,6 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; then
|
|||
--syncmode=full \
|
||||
--gcmode=full \
|
||||
--state.scheme=path \
|
||||
--snapshot \
|
||||
--db.engine=pebble \
|
||||
--networkid=$CHAIN_ID \
|
||||
--nousb \
|
||||
|
|
@ -87,14 +84,11 @@ elif [ "$GETH_NODE_TYPE" = "signer" ]; then
|
|||
|
||||
exec geth \
|
||||
--verbosity="$VERBOSITY" \
|
||||
--cache=0 \
|
||||
--cache.trie=0 \
|
||||
--datadir="$GETH_DATA_DIR" \
|
||||
--port 30311 \
|
||||
--syncmode=full \
|
||||
--gcmode=full \
|
||||
--state.scheme=path \
|
||||
--snapshot \
|
||||
--db.engine=pebble \
|
||||
--http \
|
||||
--http.corsdomain="*" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue