mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
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>
This commit is contained in:
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…
x
Reference in New Issue
Block a user