Skip to content
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
f06e18d
Add latest news
Nov 8, 2021
1954bf9
修改文章列表组件
Nov 8, 2021
a19b8cb
add write blog
Nov 8, 2021
1204d34
Fix last news icon loading failure
Nov 9, 2021
e2a68e9
Merge branch 'master' into wyf
hf200012 Nov 9, 2021
ce03d1f
Merge branch 'master' of https://github.com/apache/incubator-doris in…
Nov 9, 2021
4054c62
Merge branch 'wyf' of github.com:wayofeng/incubator-doris into wyf
Nov 9, 2021
daece76
Merge branch 'master' of https://github.com/apache/incubator-doris in…
Nov 9, 2021
413b254
Fix version nav button loaded multiple times
Nov 9, 2021
5fb3c3e
Merge branch 'master' of https://github.com/apache/incubator-doris in…
Nov 10, 2021
549ab89
Add author field to blog
Nov 10, 2021
c51871d
Merge branch 'master' of https://github.com/apache/incubator-doris in…
wangyf0555 Nov 12, 2021
b0930f1
Merge branch 'master' of https://github.com/apache/incubator-doris in…
wangyf0555 Dec 15, 2021
c3b0661
开发案例列表组件
wangyf0555 Dec 15, 2021
eb92cae
develop case user page
wangyf0555 Dec 15, 2021
daa00a0
add Licensed to case user page
wangyf0555 Dec 15, 2021
fc1ca6d
Merge branch 'master' of https://github.com/apache/incubator-doris in…
wangyf0555 Dec 23, 2021
090c1b9
Merge branch 'master' of https://github.com/apache/incubator-doris in…
wangyf0555 Dec 24, 2021
cb3fce2
Merge branch 'master' of https://github.com/apache/incubator-doris in…
wangyf0555 Dec 27, 2021
8cbe7ad
blogs are sorted by date
wangyf0555 Dec 27, 2021
2fab234
Merge branch 'master' of https://github.com/apache/incubator-doris in…
wangyf0555 Jan 10, 2022
41219d1
fix CaseList component bug
wangyf0555 Jan 10, 2022
9a9155e
Merge branch 'master' of https://github.com/apache/incubator-doris in…
wangyf0555 Feb 8, 2022
2ab175b
translate the Chinese comments of file /be/src/common/config.h
wangyf0555 Feb 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion be/src/common/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ CONF_mInt32(tablet_rowset_stale_sweep_time_sec, "1800");
CONF_Int32(max_garbage_sweep_interval, "3600");
CONF_Int32(min_garbage_sweep_interval, "180");
CONF_mInt32(snapshot_expire_time_sec, "172800");
// 仅仅是建议值,当磁盘空间不足时,trash下的文件保存期可不遵守这个参数
// It is only a recommended value. When the disk space is insufficient,
// the file storage period under trash dose not have to comply with this parameter.
CONF_mInt32(trash_file_expire_time_sec, "259200");
// check row nums for BE/CE and schema change. true is open, false is closed.
CONF_mBool(row_nums_check, "true");
Expand Down