Skip to content

Commit

Permalink
Add maximum_incremental_snapshot_archives_to_retain
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo committed Sep 3, 2021
1 parent 7ab0aec commit 439ebcd
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 65 deletions.
4 changes: 4 additions & 0 deletions runtime/src/snapshot_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ pub struct SnapshotConfig {

/// Maximum number of full snapshot archives to retain
pub maximum_full_snapshot_archives_to_retain: usize,

/// Maximum number of incremental snapshot archives to retain
/// NOTE: Incremental snapshots will only be kept for the latest full snapshot
pub maximum_incremental_snapshot_archives_to_retain: usize,
}
Loading

0 comments on commit 439ebcd

Please sign in to comment.