There was an error while loading. Please reload this page.
1 parent 826fe8c commit 7b946ecCopy full SHA for 7b946ec
1 file changed
src/index.ts
@@ -52,7 +52,7 @@ export default {
52
const targetUrl = `${githubMavenUrl}${path}`;
53
54
const cache = caches.default;
55
- const cacheTtl = 60 * 5;
+ const cacheTtl = 60 * 15;
56
const cacheKey = new Request(targetUrl, { method: "GET" });
57
58
const cachedResponse = await cache.match(cacheKey);
0 commit comments