Constant MAX_CHAIN_DEPTH
pub const MAX_CHAIN_DEPTH: usize = 256; // 256usizeExpand description
Maximum chain depth when walking wasDerivedFrom / wasInformedBy
relations during validation. Guards against pathological graphs.
pub const MAX_CHAIN_DEPTH: usize = 256; // 256usizeMaximum chain depth when walking wasDerivedFrom / wasInformedBy
relations during validation. Guards against pathological graphs.