Skip to content

Commit

Permalink
chain depth of 100 is sufficient
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsutton committed Jul 15, 2024
1 parent b393777 commit aad317d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/core/src/config/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pub mod perf {
use crate::config::params::Params;

/// The default target depth for reachability reindexes.
pub const DEFAULT_REINDEX_DEPTH: u64 = 1000;
pub const DEFAULT_REINDEX_DEPTH: u64 = 100;

/// The default slack interval used by the reachability
/// algorithm to encounter for blocks out of the selected chain.
Expand Down

0 comments on commit aad317d

Please sign in to comment.