fix: Balance param use duplicated key (#31112) (#31141)

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

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
pull/31177/head
wei liu 2024-03-11 15:03:02 +08:00 committed by GitHub
parent 855f71ac89
commit 9d712f4dd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1540,7 +1540,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,