Function cumulus_pallet_xcmp_queue::migration::migrate_to_v1
source · Expand description
Migrates QueueConfigData from v0 (without the xcmp_max_individual_weight field) to v1 (with
max individual weight).
Uses the Default implementation of QueueConfigData to choose a value for
xcmp_max_individual_weight.
NOTE: Only use this function if you know what you’re doing. Default to using
migrate_to_latest.