Skip to content

Commit

Permalink
show new config. value on start-up
Browse files Browse the repository at this point in the history
  • Loading branch information
kuron99 committed Nov 15, 2024
1 parent c7e55cf commit bb80ec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jogasaki/api/impl/database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ void dump_public_configurations(configuration const& cfg) {
LOGCFG << "(dev_direct_commit_callback) " << cfg.direct_commit_callback() << " : whether to make callback directly from shirakami to client on pre-commit response (only for `available` and `accepted`)";
LOGCFG << "(scan_default_parallel) " << cfg.scan_default_parallel() << " : max parallel execution count of scan tasks";
LOGCFG << "(dev_inplace_teardown) " << cfg.inplace_teardown() << " : whether to process teardown (job completion) directly on the current thread instead of scheduling a task for it";
LOGCFG << "(enable_join_scan) " << cfg.enable_join_scan() << " : whether to enable index join using join_scan operator";
}

status database::start() {
Expand Down

0 comments on commit bb80ec4

Please sign in to comment.