docs(configuration): add cluster configuration

This commit is contained in:
Yicheng Qin
2014-06-16 13:55:37 -07:00
parent fc2afe1ed2
commit a29f6fb799
3 changed files with 14 additions and 1 deletions

View File

@@ -25,7 +25,6 @@ const (
)
// ClusterConfig represents cluster-wide configuration settings.
// These settings can only be changed through Raft.
type ClusterConfig struct {
// ActiveSize is the maximum number of node that can join as Raft followers.
// Nodes that join the cluster after the limit is reached are standbys.