Function collator_selection::pallet::dispatchables::set_desired_candidates
source · pub fn set_desired_candidates<T: Config>(max: u32)
Expand description
Set the ideal number of collators (not including the invulnerables). If lowering this number, then the number of running collators could be higher than this figure. Aside from that edge case, there should be no other way to have more collators than the desired number.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_desired_candidates
.