Constant frame_support::traits::schedule::HARD_DEADLINE
source · pub const HARD_DEADLINE: Priority = 63;
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.