Function cumulus_pallet_xcmp_queue::pallet::dispatchables::update_xcmp_max_individual_weight
source · pub fn update_xcmp_max_individual_weight<T: Config>(new: Weight)
Expand description
Overwrite the maximum amount of weight any individual message may consume. Messages above this weight go into the overweight queue and may only be serviced explicitly.
origin
: Must passRoot
.new
: Desired value forQueueConfigData.xcmp_max_individual_weight
.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::update_xcmp_max_individual_weight
.