Increase default min package age to 48 hours

This commit is contained in:
Sander Declerck 2026-03-25 16:19:15 +01:00
parent d29edc4c36
commit d113ca3061
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@ export function setEcoSystem(setting) {
ecosystemSettings.ecoSystem = setting;
}
const defaultMinimumPackageAge = 24;
const defaultMinimumPackageAge = 48;
/** @returns {number} */
export function getMinimumPackageAgeHours() {
// Priority 1: CLI argument