Skip to content

Commit

Permalink
change scan_default_parallel default to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
kuron99 committed Dec 23, 2024
1 parent d7e4089 commit 576c348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tateyama/configuration/bootstrap_configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static constexpr std::string_view default_configuration { // NOLINT
"dev_rtx_parallel_scan=false\n"
"dev_thousandths_ratio_check_local_first=100\n"
"dev_direct_commit_callback=false\n"
"scan_default_parallel=1\n"
"scan_default_parallel=4\n"
"dev_inplace_teardown=true\n"
"dev_inplace_dag_schedule=true\n"
"enable_join_scan=true\n"
Expand Down

0 comments on commit 576c348

Please sign in to comment.