We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7aa74e commit 4eb63b9Copy full SHA for 4eb63b9
cloud/src/common/config.h
@@ -87,7 +87,7 @@ CONF_mInt64(packed_file_correction_delay_seconds,
87
"259200"); // seconds to wait before correcting packed files
88
CONF_Int32(recycle_concurrency, "16");
89
CONF_mInt32(recycle_job_lease_expired_ms, "60000");
90
-CONF_mInt64(compacted_rowset_retention_seconds, "1800"); // 0.5h
+CONF_mInt64(compacted_rowset_retention_seconds, "10800"); // 3h
91
CONF_mInt64(dropped_index_retention_seconds, "10800"); // 3h
92
CONF_mInt64(dropped_partition_retention_seconds, "10800"); // 3h
93
// Which instance should be recycled. If empty, recycle all instances.
0 commit comments