mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
[skip ci] Refine proxy timestamp comment (#12813)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
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
Block a user