From 553910bc1fadae58e3a8aa20193f193f86cbc8b2 Mon Sep 17 00:00:00 2001 From: Lei Zhang <27994433+SWJTU-ZhangLei@users.noreply.github.com> Date: Fri, 6 Sep 2024 17:27:39 +0800 Subject: [PATCH] for debug test --- cloud/src/common/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/src/common/config.h b/cloud/src/common/config.h index 2c0eb16268a688a..7caba826520fb3a 100644 --- a/cloud/src/common/config.h +++ b/cloud/src/common/config.h @@ -212,10 +212,10 @@ CONF_Bool(enable_cloud_txn_lazy_commit, "true"); CONF_Int32(txn_lazy_commit_rowsets_thresold, "1000"); CONF_Int32(txn_lazy_commit_num_threads, "8"); CONF_Int32(txn_lazy_max_rowsets_per_batch, "1000"); - // max TabletIndexPB num for batch get CONF_Int32(max_tablet_index_num_per_batch, "1000"); // Max aborted txn num for the same label name CONF_mInt64(max_num_aborted_txn, "100"); + } // namespace doris::cloud::config