mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Grammar correction (#14128)
Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>pull/14128/merge
parent
7ce71870ce
commit
7d5ff4f771
|
@ -26,7 +26,7 @@ import (
|
|||
"github.com/milvus-io/milvus/internal/log"
|
||||
)
|
||||
|
||||
// ticker can update ts only when the minTs greater than the ts of ticker, we can use maxTs to update current later
|
||||
// ticker can update ts only when the minTs are greater than the ts of ticker, we can use maxTs to update current later
|
||||
type getPChanStatisticsFuncType func() (map[pChan]*pChanStatistics, error)
|
||||
|
||||
// channelsTimeTicker manages the timestamp statistics
|
||||
|
|
Loading…
Reference in New Issue