mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
Make proxy process data definition requests concurrently (#20503)
Signed-off-by: yah01 <yang.cen@zilliz.com> Signed-off-by: yah01 <yang.cen@zilliz.com>
This commit is contained in:
parent
7325b3e1c3
commit
911921d5a7
@ -482,7 +482,7 @@ func (sched *taskScheduler) definitionLoop() {
|
||||
case <-sched.ddQueue.utChan():
|
||||
if !sched.ddQueue.utEmpty() {
|
||||
t := sched.scheduleDdTask()
|
||||
sched.processTask(t, sched.ddQueue)
|
||||
go sched.processTask(t, sched.ddQueue)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user