mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add rmq retention comment (#11344)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/11350/head
parent
09d16dc9a0
commit
425c7e09d4
|
@ -146,6 +146,7 @@ func (ri *retentionInfo) retention() error {
|
|||
}
|
||||
}
|
||||
|
||||
// Stop close channel and stop retention
|
||||
func (ri *retentionInfo) Stop() {
|
||||
ri.closeOnce.Do(func() {
|
||||
close(ri.closeCh)
|
||||
|
|
Loading…
Reference in New Issue