mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
fix comment
This commit is contained in:
parent
ab31ba0d29
commit
9a51d40940
@ -571,7 +571,7 @@ func (s *EtcdServer) run() {
|
|||||||
s.cpMu.Lock()
|
s.cpMu.Lock()
|
||||||
s.compactionPaused = false
|
s.compactionPaused = false
|
||||||
s.cpMu.Unlock()
|
s.cpMu.Unlock()
|
||||||
case <-s.stop:
|
case <-s.done:
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user