Skip to content

Commit

Permalink
[Config] Disable SSv2.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLind authored and aptos-bot committed Apr 28, 2022
1 parent 9566b64 commit 632058a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/src/config/state_sync_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ impl Default for StateSyncDriverConfig {
fn default() -> Self {
Self {
bootstrapping_mode: BootstrappingMode::ApplyTransactionOutputsFromGenesis,
enable_state_sync_v2: true,
enable_state_sync_v2: false,
continuous_syncing_mode: ContinuousSyncingMode::ApplyTransactionOutputs,
progress_check_interval_ms: 100,
max_connection_deadline_secs: 10,
Expand Down

0 comments on commit 632058a

Please sign in to comment.