Pass SnapshotConfig to SnapshotPackagerService (#19616)

This commit is contained in:
Brooks Prumo
2021-09-03 16:42:32 -05:00
committed by GitHub
parent 2c3bdedea3
commit 1828579580
3 changed files with 7 additions and 9 deletions

View File

@@ -651,7 +651,7 @@ impl Validator {
snapshot_hash,
&exit,
&cluster_info,
snapshot_config.maximum_full_snapshot_archives_to_retain,
snapshot_config.clone(),
);
(
Some(snapshot_packager_service),