Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3261,8 +3261,8 @@ public static int metaServiceRpcRetryTimes() {
public static boolean enable_commit_lock_for_all_tables = true;

@ConfField(mutable = true, description = {
"Whether to enable lazy commit for large transactions in cloud mode. Default is false."})
public static boolean enable_cloud_txn_lazy_commit = false;
"Whether to enable lazy commit for large transactions in cloud mode. Default is true."})
public static boolean enable_cloud_txn_lazy_commit = true;

@ConfField(mutable = true, masterOnly = true,
description = {
Expand Down
Loading