diff --git a/client/homebrew/utils/versionHistory.js b/client/homebrew/utils/versionHistory.js index ca47a1964..a49664c6c 100644 --- a/client/homebrew/utils/versionHistory.js +++ b/client/homebrew/utils/versionHistory.js @@ -8,7 +8,7 @@ export const HISTORY_PREFIX = 'HOMEBREWERY-HISTORY' // 5: 2 * 24 * 60 // 2 days // }; // -// const GARBAGE_COLLECT_AT = 28 * 24 * 60; // 28 days +// const GARBAGE_COLLECT_DELAY = 28 * 24 * 60; // 28 days // <=================== TEST VALUES STARTS ===================>