Skip to content

Commit

Permalink
test(#3544): cluster opt default on
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Nov 24, 2023
1 parent 17b166b commit 6c4805e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ DEFINE_int32(task_pool_size, 3, "the size of tablet task thread pool");
DEFINE_int32(io_pool_size, 2, "the size of tablet io task thread pool");
DEFINE_bool(use_name, false, "enable or disable use server name");
DEFINE_string(data_dir, "./data", "the path of data dir");
DEFINE_bool(enable_distsql, false, "enable or disable distribute sql");
DEFINE_bool(enable_distsql, true, "enable or disable distribute sql");
DEFINE_bool(enable_localtablet, true, "enable or disable local tablet opt when distribute sql circumstance");
DEFINE_string(bucket_size, "1d", "the default bucket size in pre-aggr table");

Expand Down

0 comments on commit 6c4805e

Please sign in to comment.