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
congqixia 2025-02-24 16:28:06 +08:00 committed by GitHub
parent db4769281c
commit 36a4fada02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}