diff --git a/cloud/src/common/config.h b/cloud/src/common/config.h index 5f2e9c5a32c9a5..2ab2dfeae6fd93 100644 --- a/cloud/src/common/config.h +++ b/cloud/src/common/config.h @@ -87,7 +87,7 @@ CONF_mInt64(packed_file_correction_delay_seconds, "259200"); // seconds to wait before correcting packed files CONF_Int32(recycle_concurrency, "16"); CONF_mInt32(recycle_job_lease_expired_ms, "60000"); -CONF_mInt64(compacted_rowset_retention_seconds, "1800"); // 0.5h +CONF_mInt64(compacted_rowset_retention_seconds, "10800"); // 3h 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.