pub fn effective_mass_deletion_threshold(
p: Option<&DeletionProtectionSpec>,
) -> u32Expand description
The effective mass-deletion breaker threshold: deletionProtection.threshold
when set, else DEFAULT_MASS_DELETION_THRESHOLD. Some(0) disables the breaker.