diff --git a/pkg/util/paramtable/component_param.go b/pkg/util/paramtable/component_param.go index 2e958686eb..bdb77d26e1 100644 --- a/pkg/util/paramtable/component_param.go +++ b/pkg/util/paramtable/component_param.go @@ -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, }