Constant polkadot_sdk_frame::traits::schedule::HARD_DEADLINE
pub const HARD_DEADLINE: u8 = 63; // 63u8
Expand description
Anything of this value or lower will definitely be scheduled on the block that they ask for,
even if it breaches the MaximumWeight
limitation.