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