Skip to content
Snippets Groups Projects
Commit 28902d78 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

refactor: increase release notes caching to 55 min

parent 16704950
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ async function addReleaseNotes(input) {
if (!releaseNotes && v.compare.url) {
releaseNotes = { url: v.compare.url };
}
const cacheMinutes = 30;
const cacheMinutes = 55;
await renovateCache.set(
cacheNamespace,
cacheKey,
......
......@@ -128,7 +128,7 @@ async function getChangeLogJSON({
if (prevHead && nextHead) {
release.compare.url = `${githubBaseURL}${repository}/compare/${prevHead}...${nextHead}`;
}
const cacheMinutes = 30;
const cacheMinutes = 55;
await renovateCache.set(
cacheNamespace,
getCacheKey(prev.version, next.version),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment