Constant rzbackup::WORK_JOBS_BATCH [] [src]

pub const WORK_JOBS_BATCH: usize = 32

The batch size for adding and removing jobs from the work queue. By doing this in batches, we can avoid a certain amount of unnecessary locking.