Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion be/src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ DEFINE_Bool(enable_all_http_auth, "false");
DEFINE_Int32(webserver_num_workers, "128");

DEFINE_Bool(enable_single_replica_load, "true");
// Number of download workers for single replica load
// Number of download workers for single replica load.
DEFINE_Int32(single_replica_load_download_num_workers, "64");

// Used for mini Load. mini load data file will be removed after this time.
Expand Down
2 changes: 2 additions & 0 deletions regression-test/pipeline/performance/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ if ${merge_target_branch_latest:-true}; then
exit 1
fi
else
cd "${teamcity_build_checkoutDir}" || return 1
echo "INFO: skip merge_pr_to_target_branch_latest"
fi
mount_swapfile=""
Expand All @@ -123,6 +124,7 @@ set -x
# shellcheck disable=SC2086
sudo docker run -i --rm \
--name "${docker_name}" \
--network=host \
-e TZ=Asia/Shanghai \
${mount_swapfile} \
-v /etc/localtime:/etc/localtime:ro \
Expand Down
Loading