Skip to content

Commit

Permalink
branch-3.0: [Enhancement](config) Modify cloud default stale rowset r…
Browse files Browse the repository at this point in the history
…ecycle time #45460 (#45854)

Cherry-picked from #45460

Co-authored-by: abmdocrt <[email protected]>
  • Loading branch information
github-actions[bot] and Yukang-Lian authored Dec 24, 2024
1 parent bfd5966 commit 25f822e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/src/common/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ CONF_mInt64(recycle_interval_seconds, "3600");
CONF_mInt64(retention_seconds, "259200"); // 72h, global retention time
CONF_Int32(recycle_concurrency, "16");
CONF_Int32(recycle_job_lease_expired_ms, "60000");
CONF_mInt64(compacted_rowset_retention_seconds, "10800"); // 3h
CONF_mInt64(compacted_rowset_retention_seconds, "1800"); // 0.5h
CONF_mInt64(dropped_index_retention_seconds, "10800"); // 3h
CONF_mInt64(dropped_partition_retention_seconds, "10800"); // 3h
// Which instance should be recycled. If empty, recycle all instances.
Expand Down

0 comments on commit 25f822e

Please sign in to comment.