mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Increase default min package age to 48 hours
This commit is contained in:
parent
d29edc4c36
commit
d113ca3061
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue