Constant bp_bridge_hub_cumulus::NORMAL_DISPATCH_RATIO
source · pub const NORMAL_DISPATCH_RATIO: Perbill;
Expand description
All cumulus bridge hubs allow normal extrinsics to fill block up to 75 percent.
This is a copy-paste from the cumulus repo’s parachains-common
crate.