Variable QuorumConfig.threshold

Threshold of this quorum set

struct QuorumConfig
{
  // ...
  uint threshold = 1u;
  // ...
}