Rename maximum_full_snapshot_archives_to_retain (#19610)
To prepare for adding maximum_incremental_snapshot_archives_to_retain, rename the current field in SnapshotConfig.
This commit is contained in:
@ -25,5 +25,5 @@ pub struct SnapshotConfig {
|
||||
pub snapshot_version: SnapshotVersion,
|
||||
|
||||
/// Maximum number of full snapshot archives to retain
|
||||
pub maximum_snapshots_to_retain: usize,
|
||||
pub maximum_full_snapshot_archives_to_retain: usize,
|
||||
}
|
||||
|
Reference in New Issue
Block a user