From f4aae15a26296acc57f5c9c7c58eb7e50ee690b3 Mon Sep 17 00:00:00 2001 From: Yukang-Lian Date: Mon, 16 Dec 2024 15:28:47 +0800 Subject: [PATCH] 2 --- 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 bef2fa9a3cf13c..03e2b63c72a7f6 100644 --- a/cloud/src/common/config.h +++ b/cloud/src/common/config.h @@ -59,7 +59,7 @@ CONF_mInt64(recycle_interval_seconds, "3600"); CONF_mInt64(retention_seconds, "259200"); // 72h, global retention time CONF_Int32(recycle_concurrency, "16"); CONF_Int32(recycle_job_lease_expired_ms, "60000"); -CONF_mInt64(compacted_rowset_retention_seconds, "1800"); // 0.5h +CONF_mInt64(compacted_rowset_retention_seconds, "1800"); // 0.5h CONF_mInt64(dropped_index_retention_seconds, "10800"); // 3h CONF_mInt64(dropped_partition_retention_seconds, "10800"); // 3h // Which instance should be recycled. If empty, recycle all instances.