Skip to content

Commit

Permalink
don't force shrink at start
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoranYi committed Sep 6, 2024
1 parent f329370 commit bbea73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ pub fn main() {
account_indexes,
accounts_db_test_hash_calculation: matches.is_present("accounts_db_test_hash_calculation"),
accounts_db_config,
accounts_db_skip_shrink: false,
accounts_db_skip_shrink: true,
accounts_db_force_initial_clean: matches.is_present("no_skip_initial_accounts_db_clean"),
tpu_coalesce,
no_wait_for_vote_to_start_leader: matches.is_present("no_wait_for_vote_to_start_leader"),
Expand Down

0 comments on commit bbea73d

Please sign in to comment.