Skip to content

Commit

Permalink
dev_inplace_teardown and dev_inplace_dag_schedule are true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kuron99 committed Oct 31, 2024
1 parent 534d5ac commit d82f3e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tateyama/configuration/bootstrap_configuration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ static constexpr std::string_view default_configuration { // NOLINT
"dev_thousandths_ratio_check_local_first=100\n"
"dev_direct_commit_callback=false\n"
"scan_default_parallel=1\n"
"dev_inplace_teardown=false\n"
"dev_inplace_dag_schedule=false\n"
"dev_inplace_teardown=true\n"
"dev_inplace_dag_schedule=true\n"

"[ipc_endpoint]\n"
"database_name=tsurugi\n"
Expand Down

0 comments on commit d82f3e0

Please sign in to comment.