Skip to content

Commit

Permalink
[fix](config) Turn off default value of enable_cloud_tablet_report (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
deardeng authored Nov 19, 2024
1 parent aff8d7c commit b137aae
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 @@ -75,5 +75,5 @@ DEFINE_mInt32(tablet_txn_info_min_expired_seconds, "120");

DEFINE_mBool(enable_use_cloud_unique_id_from_fe, "true");

DEFINE_mBool(enable_cloud_tablet_report, "true");
DEFINE_mBool(enable_cloud_tablet_report, "false");
} // namespace doris::config

0 comments on commit b137aae

Please sign in to comment.