mirror of https://github.com/milvus-io/milvus.git
[skip ci] Refine proxy timestamp comment (#12813)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/12815/head
parent
910ffb04ce
commit
6320f92f9d
|
@ -31,6 +31,7 @@ type timestampAllocator struct {
|
|||
peerID UniqueID
|
||||
}
|
||||
|
||||
// newTimestampAllocator creates a new timestampAllocator
|
||||
func newTimestampAllocator(ctx context.Context, tso timestampAllocatorInterface, peerID UniqueID) (*timestampAllocator, error) {
|
||||
a := ×tampAllocator{
|
||||
ctx: ctx,
|
||||
|
|
Loading…
Reference in New Issue