Constant dock_runtime::AVERAGE_ON_INITIALIZE_RATIO
source · pub const AVERAGE_ON_INITIALIZE_RATIO: Perbill;Expand description
We assume that an on-initialize consumes 10% of the weight on average, hence a single extrinsic
will not be allowed to consume more than AvailableBlockRatio - 10%.