mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
raft: refine comment for raft.pendingConf
This commit is contained in:
parent
abdb2cad15
commit
b801f1affe
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user