hash calc uses all threads during startup (#20735)

This commit is contained in:
Jeff Washington (jwash)
2021-10-15 17:41:23 -05:00
committed by GitHub
parent 4cac66244d
commit 70b2e5fef2
6 changed files with 40 additions and 9 deletions

View File

@ -1204,6 +1204,7 @@ fn load_frozen_forks(
snapshot_config.accounts_hash_use_index,
snapshot_config.accounts_hash_debug_verify,
Some(new_root_bank.epoch_schedule().slots_per_epoch),
false,
);
snapshot_utils::snapshot_bank(
new_root_bank,