mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for channelsTimeTickerImpl (#13897)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/13921/head
parent
35021d6cc3
commit
9a7428243f
|
@ -38,6 +38,7 @@ type channelsTimeTicker interface {
|
|||
getMinTick() Timestamp
|
||||
}
|
||||
|
||||
// channelsTimeTickerImpl implements channelsTimeTicker.
|
||||
type channelsTimeTickerImpl struct {
|
||||
interval time.Duration // interval to synchronize
|
||||
minTsStatistics map[pChan]Timestamp // pchan -> min Timestamp
|
||||
|
|
Loading…
Reference in New Issue