mirror of https://github.com/milvus-io/milvus.git
enhance: Sync proxy.maxTaskNum defaual value to 1024 (#40072)
Sync milvus.yaml value to default value for maxTaskNum --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/39872/head
parent
db4769281c
commit
36a4fada02
|
@ -1492,7 +1492,7 @@ func (p *proxyConfig) init(base *BaseTable) {
|
|||
p.MaxTaskNum = ParamItem{
|
||||
Key: "proxy.maxTaskNum",
|
||||
Version: "2.2.0",
|
||||
DefaultValue: "10000",
|
||||
DefaultValue: "1024",
|
||||
Doc: "The maximum number of tasks in the task queue of the proxy.",
|
||||
Export: true,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue