[skip ci] Add comment for time tick (#10145)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/10168/head
dragondriver 2021-10-19 14:16:58 +08:00 committed by GitHub
parent e529012ab2
commit 9140da3cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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() {