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

refactor(docker): reduce cache time to 15 mins

parent e04dbc38
Branches
Tags
No related merge requests found
......@@ -230,7 +230,7 @@ async function getTags(registry, repository) {
} while (url && page < 20);
logger.debug({ length: tags.length }, 'Got docker tags');
logger.trace({ tags });
const cacheMinutes = 30;
const cacheMinutes = 15;
await renovateCache.set(cacheNamespace, cacheKey, tags, cacheMinutes);
return tags;
} catch (err) /* istanbul ignore next */ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment