pub fn effective_failed_jobs_history_limit(limit: Option<u32>) -> u32Expand description
The effective failed-history limit: failedJobsHistoryLimit when set, else
DEFAULT_FAILED_JOBS_HISTORY_LIMIT. Some(0) keeps no failed snapshots.
pub fn effective_failed_jobs_history_limit(limit: Option<u32>) -> u32The effective failed-history limit: failedJobsHistoryLimit when set, else
DEFAULT_FAILED_JOBS_HISTORY_LIMIT. Some(0) keeps no failed snapshots.