Skip to content

Commit

Permalink
branch-3.0: [fix](cloud-mow) Make delete bitmap cache expired time mo…
Browse files Browse the repository at this point in the history
…re reasonable #47295 (#47490)

Cherry-picked from #47295

Co-authored-by: huanghaibin <[email protected]>
  • Loading branch information
github-actions[bot] and hust-hhb authored Jan 30, 2025
1 parent 25d52ab commit a2827a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/cloud/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ DEFINE_Bool(enable_cloud_txn_lazy_commit, "false");

DEFINE_mInt32(remove_expired_tablet_txn_info_interval_seconds, "300");

DEFINE_mInt32(tablet_txn_info_min_expired_seconds, "120");
DEFINE_mInt32(tablet_txn_info_min_expired_seconds, "1800");

DEFINE_mBool(enable_use_cloud_unique_id_from_fe, "true");

Expand Down

0 comments on commit a2827a2

Please sign in to comment.