Threadpool2 (#15151)

* rework thread pool for hash calculation

* rename
This commit is contained in:
Jeff Washington (jwash)
2021-02-05 18:48:16 -06:00
committed by GitHub
parent 3a5c142a9b
commit fbf9dc47e9
4 changed files with 15 additions and 14 deletions

View File

@@ -1933,7 +1933,7 @@ fn main() {
Some(snapshot_version),
output_directory,
ArchiveFormat::TarZstd,
&bank.get_thread_pool(),
None,
)
.unwrap_or_else(|err| {
eprintln!("Unable to create snapshot: {}", err);