Threadpool2 (#15151)
* rework thread pool for hash calculation * rename
This commit is contained in:
committed by
GitHub
parent
3a5c142a9b
commit
fbf9dc47e9
@ -1050,7 +1050,7 @@ fn new_banks_from_ledger(
|
||||
None,
|
||||
&snapshot_config.snapshot_package_output_path,
|
||||
snapshot_config.archive_format,
|
||||
&bank_forks.root_bank().get_thread_pool(),
|
||||
Some(&bank_forks.root_bank().get_thread_pool()),
|
||||
)
|
||||
.unwrap_or_else(|err| {
|
||||
error!("Unable to create snapshot: {}", err);
|
||||
|
Reference in New Issue
Block a user