@samitouri / QOSami-HFS / commits / d4d609ff

more frequent updates of central.json

Massimo Melina committed Feb 10, 2025 at 12:31 UTC d4d609ff051745dbee44f7f580bf0eab9a398ca7
1 file changed +2 -2
src/github.ts
+2 -2
@@ -2,7 +2,7 @@
2
3 import events from './events'
4 import {
5 - DAY, httpString, httpStream, unzip, AsapStream, debounceAsync, asyncGeneratorToArray, wait, popKey, onlyTruthy
5 + httpString, httpStream, unzip, AsapStream, debounceAsync, asyncGeneratorToArray, wait, popKey, onlyTruthy, HOUR
6 } from './misc'
7 import {
8 DISABLING_SUFFIX, enablePlugin, findPluginByRepo, getAvailablePlugins, getPluginInfo, isPluginRunning, mapPlugins,
@@ -267,4 +267,4 @@ export const getProjectInfo = debounceAsync(
267 }
268 return o
269 }),
270 - { retain: DAY, retainFailure: 60_000 })
\ No newline at end of file
270 + { retain: HOUR, retainFailure: 60_000 })
\ No newline at end of file