mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for taskScheduler (#14528)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/14539/head
parent
3cf44cb83f
commit
b358e9c88d
|
@ -373,6 +373,7 @@ func newDqTaskQueue(tsoAllocatorIns tsoAllocator, idAllocatorIns idAllocatorInte
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// taskScheduler schedules the gRPC tasks.
|
||||||
type taskScheduler struct {
|
type taskScheduler struct {
|
||||||
ddQueue *ddTaskQueue
|
ddQueue *ddTaskQueue
|
||||||
dmQueue *dmTaskQueue
|
dmQueue *dmTaskQueue
|
||||||
|
|
Loading…
Reference in New Issue