Constant runtime_common::constants::AVERAGE_ON_INITIALIZE_RATIO
source · 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.