Skip to content

Commit

Permalink
inplace_teardown and 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 20f4066 commit 402a4e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/jogasaki/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,8 @@ class configuration {
std::size_t thousandths_ratio_check_local_first_ = 100;
bool direct_commit_callback_ = false;
std::size_t scan_default_parallel_ = 1;
bool inplace_teardown_ = false;
bool inplace_dag_schedule_ = false;
bool inplace_teardown_ = true;
bool inplace_dag_schedule_ = true;

};

Expand Down

0 comments on commit 402a4e2

Please sign in to comment.