pub fn update_drop_threshold<T: Config>(new: u32)
Expand description
Overwrites the number of pages which must be in the queue after which we drop any further messages from the channel.
origin
: Must passRoot
.new
: Desired value forQueueConfigData.drop_threshold
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::update_drop_threshold
.