mirror of https://github.com/milvus-io/milvus.git
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
parent
855f71ac89
commit
9d712f4dd4
|
@ -1540,7 +1540,7 @@ func (p *queryCoordConfig) init(base *BaseTable) {
|
||||||
p.ChannelCheckInterval.Init(base.mgr)
|
p.ChannelCheckInterval.Init(base.mgr)
|
||||||
|
|
||||||
p.BalanceCheckInterval = ParamItem{
|
p.BalanceCheckInterval = ParamItem{
|
||||||
Key: "queryCoord.checkChannelInterval",
|
Key: "queryCoord.checkBalanceInterval",
|
||||||
Version: "2.3.0",
|
Version: "2.3.0",
|
||||||
DefaultValue: "10000",
|
DefaultValue: "10000",
|
||||||
PanicIfEmpty: true,
|
PanicIfEmpty: true,
|
||||||
|
|
Loading…
Reference in New Issue