Skip to content

Commit

Permalink
refactor: set snap as default sync mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Aug 28, 2024
1 parent 091e92d commit 02f5843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth-poa/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GENESIS_L1_PATH=${GENESIS_L1_PATH:-/genesis.json}
GETH_VERBOSITY=${GETH_VERBOSITY:-3}
GETH_LOG_FORMAT=${GETH_LOG_FORMAT:-terminal}
GETH_LOG_TAGS=${GETH_LOG_TAGS:-}
GETH_SYNC_MODE=${GETH_SYNC_MODE:-full}
GETH_SYNC_MODE=${GETH_SYNC_MODE:-snap}
GETH_DATA_DIR=${GETH_DATA_DIR:-/data}
GETH_CHAINDATA_DIR="$GETH_DATA_DIR/geth/chaindata"
GETH_KEYSTORE_DIR="$GETH_DATA_DIR/keystore"
Expand Down

0 comments on commit 02f5843

Please sign in to comment.