Change default compaction timeout to 15mins (#26757)

See also: #26566

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
pull/26788/head
XuanYang-cn 2023-08-31 18:07:00 +08:00 committed by GitHub
parent 82b0e39abe
commit 86e9f1818f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)