Use zstd for create-snapshot (#13214)
This commit is contained in:
@ -1860,7 +1860,7 @@ fn main() {
|
|||||||
bank.src.slot_deltas(&bank.src.roots()),
|
bank.src.slot_deltas(&bank.src.roots()),
|
||||||
output_directory,
|
output_directory,
|
||||||
storages,
|
storages,
|
||||||
CompressionType::Bzip2,
|
CompressionType::Zstd,
|
||||||
snapshot_version,
|
snapshot_version,
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user