mirror of https://github.com/milvus-io/milvus.git
Fix bad import task expiration default (#21235)
/kind improvement Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>pull/21511/head
parent
f3c5924c37
commit
3f6d139ad2
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue