mirror of https://github.com/milvus-io/milvus.git
enhance: enable the lock scheduler for the rootcoord (#37513)
/kind improvement Signed-off-by: SimFG <bang.fu@zilliz.com>pull/37524/head
parent
e073906a19
commit
bcb6420540
|
@ -1196,7 +1196,7 @@ Segments with smaller size than this parameter will not be indexed, and will be
|
||||||
p.UseLockScheduler = ParamItem{
|
p.UseLockScheduler = ParamItem{
|
||||||
Key: "rootCoord.useLockScheduler",
|
Key: "rootCoord.useLockScheduler",
|
||||||
Version: "2.4.15",
|
Version: "2.4.15",
|
||||||
DefaultValue: "false",
|
DefaultValue: "true",
|
||||||
Doc: "use lock to schedule the task",
|
Doc: "use lock to schedule the task",
|
||||||
Export: false,
|
Export: false,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue