cambyzju commented on code in PR #59455:
URL: https://github.com/apache/doris/pull/59455#discussion_r2652113864
##########
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"); // 0.5h
Review Comment:
```suggestion
CONF_mInt64(compacted_rowset_retention_seconds, "10800"); // 3h
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]