Skip to content

Commit

Permalink
Fix sync modes
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Sep 24, 2024
1 parent a2d93e2 commit 24cc1c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup-wizard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,22 @@ fields:
- title: Sync Mode
id: sync_mode
description: >-
Besu can use one of three sync modes, FULL (slow, archive node), FAST (fast, full node), X_SNAP (faster, experimental and works with BONSAI), and X_CHECKPOINT (Fastest, and latest sync method works with BONSAI).
Besu can use one of three sync modes, FULL (slow, archive node), FAST (fast, full node), SNAP (faster, experimental and works with BONSAI), and CHECKPOINT (Fastest, and latest sync method works with BONSAI).
You can read about the differences [here](https://besu.hyperledger.org/stable/public-networks/get-started/connect/sync-node).
Default sync mode is X_CHECKPOINT.
Default sync mode is CHECKPOINT.
target:
type: environment
name: SYNC_MODE
service: besu
enum:
- X_CHECKPOINT
- CHECKPOINT
- FAST
- FULL
- X_SNAP
- SNAP
required: true
if: { "config_mode": { "enum": ["advanced"] } }
- title: Enable WebSocket API
Expand Down

0 comments on commit 24cc1c1

Please sign in to comment.