mirror of https://github.com/milvus-io/milvus.git
Change default compaction timeout to 15mins (#26757)
See also: #26566 Signed-off-by: yangxuan <xuan.yang@zilliz.com>pull/26788/head
parent
82b0e39abe
commit
86e9f1818f
|
@ -2200,7 +2200,7 @@ During compaction, the size of segment # of rows is able to exceed segment max #
|
|||
p.CompactionTimeoutInSeconds = ParamItem{
|
||||
Key: "dataCoord.compaction.timeout",
|
||||
Version: "2.0.0",
|
||||
DefaultValue: "300",
|
||||
DefaultValue: "900",
|
||||
}
|
||||
p.CompactionTimeoutInSeconds.Init(base.mgr)
|
||||
|
||||
|
|
Loading…
Reference in New Issue