1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 21:20:09 +00:00

fix: tighten orphan cleanup retention windows

This commit is contained in:
tw93
2026-03-08 15:33:30 +08:00
parent 26b267c4a2
commit 2a36c662aa
3 changed files with 15 additions and 14 deletions

View File

@@ -68,7 +68,7 @@ get_lsregister_path() {
# Global Configuration Constants
# ============================================================================
readonly MOLE_TEMP_FILE_AGE_DAYS=7 # Temp file retention (days)
readonly MOLE_ORPHAN_AGE_DAYS=60 # Orphaned data retention (days)
readonly MOLE_ORPHAN_AGE_DAYS=30 # Orphaned data retention (days)
readonly MOLE_MAX_PARALLEL_JOBS=15 # Parallel job limit
readonly MOLE_MAIL_DOWNLOADS_MIN_KB=5120 # Mail attachment size threshold
readonly MOLE_MAIL_AGE_DAYS=30 # Mail attachment retention (days)