mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 12:41:46 +00:00
fix: correct minimum purge scan depth from 2 to 1
This commit is contained in:
@@ -44,7 +44,7 @@ readonly PURGE_TARGETS=(
|
|||||||
# Minimum age in days before considering for cleanup.
|
# Minimum age in days before considering for cleanup.
|
||||||
readonly MIN_AGE_DAYS=7
|
readonly MIN_AGE_DAYS=7
|
||||||
# Scan depth defaults (relative to search root).
|
# Scan depth defaults (relative to search root).
|
||||||
readonly PURGE_MIN_DEPTH_DEFAULT=2
|
readonly PURGE_MIN_DEPTH_DEFAULT=1
|
||||||
readonly PURGE_MAX_DEPTH_DEFAULT=6
|
readonly PURGE_MAX_DEPTH_DEFAULT=6
|
||||||
# Search paths (default, can be overridden via config file).
|
# Search paths (default, can be overridden via config file).
|
||||||
readonly DEFAULT_PURGE_SEARCH_PATHS=(
|
readonly DEFAULT_PURGE_SEARCH_PATHS=(
|
||||||
|
|||||||
Reference in New Issue
Block a user