feat(rust-core): add zstd chunk compression support and rewrite partially referenced packs during prune
This commit is contained in:
@@ -126,6 +126,7 @@ export interface IRetentionPolicy {
|
||||
export interface IPruneResult {
|
||||
removedSnapshots: number;
|
||||
removedPacks: number;
|
||||
rewrittenPacks: number;
|
||||
freedBytes: number;
|
||||
dryRun: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user