Skip to content

Commit

Permalink
[chore](config) Enable batch download by default (#45324)
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter authored Dec 12, 2024
1 parent eab8d9f commit a288b82
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 @@ -251,7 +251,7 @@ DEFINE_mInt32(download_low_speed_limit_kbps, "50");
// download low speed time(seconds)
DEFINE_mInt32(download_low_speed_time, "300");
// whether to download small files in batch
DEFINE_mBool(enable_batch_download, "false");
DEFINE_mBool(enable_batch_download, "true");

DEFINE_String(sys_log_dir, "");
DEFINE_String(user_function_dir, "${DORIS_HOME}/lib/udf");
Expand Down

0 comments on commit a288b82

Please sign in to comment.