fix: Balance param use duplicated key (#31112)

issue: #31115
This PR fix balance check interval  param use duplicated key

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
pull/31052/head
wei liu 2024-03-08 12:07:00 +08:00 committed by GitHub
parent 22df5061c1
commit c8efed6562
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1707,7 +1707,7 @@ func (p *queryCoordConfig) init(base *BaseTable) {
p.ChannelCheckInterval.Init(base.mgr)
p.BalanceCheckInterval = ParamItem{
Key: "queryCoord.checkChannelInterval",
Key: "queryCoord.checkBalanceInterval",
Version: "2.3.0",
DefaultValue: "10000",
PanicIfEmpty: true,