From 47bce819e44c5fc53052ebca0b933d5c6bec267f Mon Sep 17 00:00:00 2001 From: SiLe Zhou Date: Sun, 25 Aug 2024 22:21:11 +0800 Subject: [PATCH] Update src/config/config.h Co-authored-by: mwish --- src/config/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.h b/src/config/config.h index abc027d1413..c1cf5da9501 100644 --- a/src/config/config.h +++ b/src/config/config.h @@ -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 {