mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for newChannelsTimeTicker (#14871)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/14889/head
parent
8b9ce5780d
commit
95fd0d1bf4
|
@ -202,6 +202,7 @@ func (ticker *channelsTimeTickerImpl) getMinTick() Timestamp {
|
|||
return ticker.minTimestamp
|
||||
}
|
||||
|
||||
// newChannelsTimeTicker returns a channels time ticker.
|
||||
func newChannelsTimeTicker(
|
||||
ctx context.Context,
|
||||
interval time.Duration,
|
||||
|
|
Loading…
Reference in New Issue