Skip to content

Commit

Permalink
opt qs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekun Li authored and Zekun Li committed Nov 27, 2024
1 parent 16d2edc commit ba2953b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/src/config/quorum_store_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl Default for QuorumStoreConfig {
num_workers_for_remote_batches: 10,
batch_buckets: DEFAULT_BUCKETS.to_vec(),
allow_batches_without_pos_in_proposal: true,
enable_opt_quorum_store: false,
enable_opt_quorum_store: true,
opt_qs_minimum_batch_age_usecs: Duration::from_millis(20).as_micros() as u64,
}
}
Expand Down

0 comments on commit ba2953b

Please sign in to comment.