diff --git a/internal/util/paramtable/component_param.go b/internal/util/paramtable/component_param.go index 79ee5dc814..ca125cd826 100644 --- a/internal/util/paramtable/component_param.go +++ b/internal/util/paramtable/component_param.go @@ -580,7 +580,7 @@ func (p *rootCoordConfig) init(base *BaseTable) { p.ImportTaskExpiration = ParamItem{ Key: "rootCoord.importTaskExpiration", Version: "2.2.0", - DefaultValue: "15", + DefaultValue: "900", // 15 * 60 seconds } p.ImportTaskExpiration.Init(base.mgr)