Skip to main content

RECENT_JOBS_CAP

Constant RECENT_JOBS_CAP 

Source
pub const RECENT_JOBS_CAP: usize = 50;
Expand description

Maximum number of finished jobs kept in WorkerObservers::recent_jobs. Older entries fall off the back of the ring.