Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukang-Lian committed Sep 27, 2024
1 parent 115cc99 commit 89bd9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ DEFINE_Int32(query_cache_size, "512");

// Enable validation to check the correctness of table size.
DEFINE_Bool(enable_table_size_correctness_check, "false");
DEFINE_mDouble(max_table_index_data_ratio, "0.1");
DEFINE_mDouble(max_table_index_data_ratio, "1.0");

// clang-format off
#ifdef BE_TEST
Expand Down

0 comments on commit 89bd9a2

Please sign in to comment.