mirror of https://github.com/milvus-io/milvus.git
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
parent
22df5061c1
commit
c8efed6562
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue