enhance: enable the lock scheduler for the rootcoord (#37513)

/kind improvement

Signed-off-by: SimFG <bang.fu@zilliz.com>
This commit is contained in:
SimFG 2024-11-08 10:20:26 +08:00 committed by GitHub
parent e073906a19
commit bcb6420540
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
}