Constant parachains_common::AVERAGE_ON_INITIALIZE_RATIO
source · pub const AVERAGE_ON_INITIALIZE_RATIO: Perbill;
Expand description
We assume that ~5% of the block weight is consumed by on_initialize
handlers. This is
used to limit the maximal weight of a single extrinsic.