Constant pint_runtime::AVERAGE_ON_INITIALIZE_RATIO [−][src]
pub const AVERAGE_ON_INITIALIZE_RATIO: Perbill;
Expand description
We assume that ~10% of the block weight is consumed by on_initalize
handlers. This is used to limit the maximal weight of a single extrinsic.