Variable QuorumParams.QuorumThreshold

Threshold percentage to use for the quorum configuration

struct QuorumParams
{
  // ...
  const(uint) QuorumThreshold = 80u;
  // ...
}