fix test by adapting top-langs lower bound

This commit is contained in:
martin-mfg
2025-09-09 15:44:19 +02:00
parent 04dd868e2b
commit 391f2c4660
+1 -1
View File
@@ -76,7 +76,7 @@ export default async (req, res) => {
let cacheSeconds = clampValue(
parseInt(cache_seconds || CONSTANTS.TOP_LANGS_CACHE_SECONDS, 10),
CONSTANTS.TWO_DAY,
CONSTANTS.FOUR_HOURS,
CONSTANTS.TEN_DAY,
);
cacheSeconds = process.env.CACHE_SECONDS