Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: correct compaction period comments for 24-hour window
Update compaction period logic in periodic compactor to consistently use 24-hour intervals instead of 1-hour. This fixes incorrect time calculations where: - Compaction period now correctly uses 24-hour instead of 1-hour - Revision recording interval updated to 144-minute (1/10 of 24-hour) instead of 6-minute - Retry interval on compaction failure adjusted to 144-minute to match the new period This ensures consistent time-based compaction behavior for 24-hour windows as originally intended. Fixes #[issue-19017] Signed-off-by: wodeyoulai <[email protected]>
- Loading branch information