mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Refine datacoord compaction trigger comment (#13491)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user