[][src]Constant pallet_collective::MAX_MEMBERS

pub const MAX_MEMBERS: MemberCount = 100;

The maximum number of members supported by the pallet. Used for weight estimation.

NOTE: + Benchmarks will need to be re-run and weights adjusted if this changes. + This pallet assumes that dependents keep to the limit without enforcing it.