mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
enhance: enable the lock scheduler for the rootcoord (#37513)
/kind improvement Signed-off-by: SimFG <bang.fu@zilliz.com>
This commit is contained in:
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{
|
||||
Key: "rootCoord.useLockScheduler",
|
||||
Version: "2.4.15",
|
||||
DefaultValue: "false",
|
||||
DefaultValue: "true",
|
||||
Doc: "use lock to schedule the task",
|
||||
Export: false,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user