raft: refine comment for raft.pendingConf

release-2.0
Yicheng Qin 2014-09-20 19:32:21 -07:00
parent abdb2cad15
commit b801f1affe
1 changed files with 1 additions and 2 deletions

View File

@ -105,8 +105,7 @@ type raft struct {
// the leader id
lead int64
// pending configuration
// New configuration is ignored if there exists configuration unapplied.
// New configuration is ignored if there exists unapplied configuration.
pendingConf bool
elapsed int // number of ticks since the last msg