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

/kind improvement

Signed-off-by: SimFG <bang.fu@zilliz.com>
pull/37524/head
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
1 changed files with 1 additions and 1 deletions

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