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