referrerpolicy=no-referrer-when-downgrade
pub const AVERAGE_ON_INITIALIZE_RATIO: Perbill;
Expand description

All cumulus bridge hubs assume that about 5 percent of the block weight is consumed by on_initialize handlers. This is used to limit the maximal weight of a single extrinsic.

This is a copy-paste from the cumulus repo’s parachains-common crate.