Skip to content

Commit

Permalink
Update src/config/config.h
Browse files Browse the repository at this point in the history
Co-authored-by: mwish <[email protected]>
  • Loading branch information
PokIsemaine and mapleFU committed Aug 25, 2024
1 parent f02a6ac commit 47bce81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ struct Config {
int json_max_nesting_depth = 1024;
JsonStorageFormat json_storage_format = JsonStorageFormat::JSON;

// transactional mode engine::Context
// Enable transactional mode in engine::Context
bool txn_context_enabled = false;

struct RocksDB {
Expand Down

0 comments on commit 47bce81

Please sign in to comment.