mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
Fix bad import task expiration default (#21235)
/kind improvement Signed-off-by: Yuchen Gao <yuchen.gao@zilliz.com>
This commit is contained in:
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
Block a user