mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix global id typo error (#10499)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>pull/10511/head
parent
7993d3de98
commit
3b8c17abf8
|
@ -74,7 +74,7 @@ func (gia *GlobalIDAllocator) AllocOne() (typeutil.UniqueID, error) {
|
|||
return idStart, nil
|
||||
}
|
||||
|
||||
// UpdateID update timestamp of allocator.
|
||||
// UpdateID updates timestamp of allocator.
|
||||
func (gia *GlobalIDAllocator) UpdateID() error {
|
||||
return gia.allocator.UpdateTSO()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue