mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip ci] Add comment for serviceTimeMsg timetick (#13291)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
36c4ca46e3
commit
57d2f25ef2
@ -55,6 +55,7 @@ func (dMsg *deleteMsg) TimeTick() Timestamp {
|
||||
return dMsg.timeRange.timestampMax
|
||||
}
|
||||
|
||||
// TimeTick returns timestamp of serviceTimeMsg
|
||||
func (stMsg *serviceTimeMsg) TimeTick() Timestamp {
|
||||
return stMsg.timeRange.timestampMax
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user