mirror of https://github.com/milvus-io/milvus.git
[skip ci] Refine datacoord compaction trigger comment (#13491)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/13499/head
parent
d6b0a47248
commit
098e1375fb
|
@ -107,7 +107,7 @@ func (t *compactionTrigger) startGlobalCompactionLoop() {
|
|||
defer logutil.LogPanic()
|
||||
defer t.wg.Done()
|
||||
|
||||
// If AutoCompaction diabled, global loop will not start
|
||||
// If AutoCompaction disabled, global loop will not start
|
||||
if !Params.EnableAutoCompaction {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue