Skip to main content

effective_failed_jobs_history_limit

Function effective_failed_jobs_history_limit 

Source
pub fn effective_failed_jobs_history_limit(limit: Option<u32>) -> u32
Expand description

The effective failed-history limit: failedJobsHistoryLimit when set, else DEFAULT_FAILED_JOBS_HISTORY_LIMIT. Some(0) keeps no failed snapshots.