Constant ROBUST_LIST_LIMIT
pub const ROBUST_LIST_LIMIT: i32 = 2048; // 2_048i32
Available on crate feature
dep_nc
only.Expand description
This limit protects against a deliberately circular list. (Not worth introducing an rlimit for it)