Skip to content

Commit

Permalink
increase pruning depth so that new reachability depth is covered
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsutton committed Jul 14, 2024
1 parent fde1d7c commit b393777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simpa/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ fn apply_args_to_consensus_params(args: &Args, params: &mut Params) {
params.legacy_timestamp_deviation_tolerance = 16;
params.new_timestamp_deviation_tolerance = 16;
params.sampled_difficulty_window_size = params.sampled_difficulty_window_size.min(32);
params.finality_depth = 128;
params.finality_depth = 512;
params.merge_depth = 128;
params.mergeset_size_limit = 32;
params.pruning_depth = params.anticone_finalization_depth();
Expand Down

0 comments on commit b393777

Please sign in to comment.