mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for time tick (#10145)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/10168/head
parent
e529012ab2
commit
9140da3cc6
|
@ -211,6 +211,7 @@ func (node *Proxy) Init() error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// sendChannelsTimeTickLoop starts a goroutine that synchronize the time tick information.
|
||||
func (node *Proxy) sendChannelsTimeTickLoop() {
|
||||
node.wg.Add(1)
|
||||
go func() {
|
||||
|
|
Loading…
Reference in New Issue