Skip to content

Commit

Permalink
execution syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxiangzl committed Dec 17, 2024
1 parent c495ac9 commit 0a068ab
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 @@ -127,7 +127,7 @@ pub struct StateSyncDriverConfig {
impl Default for StateSyncDriverConfig {
fn default() -> Self {
Self {
bootstrapping_mode: BootstrappingMode::ExecuteOrApplyFromGenesis,
bootstrapping_mode: BootstrappingMode::ExecuteTransactionsFromGenesis,
commit_notification_timeout_ms: 5000,
continuous_syncing_mode: ContinuousSyncingMode::ExecuteTransactionsOrApplyOutputs,
enable_auto_bootstrapping: false,
Expand Down

0 comments on commit 0a068ab

Please sign in to comment.