Skip to content

Commit 7b946ec

Browse files
committed
Bump cache TTL
1 parent 826fe8c commit 7b946ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default {
5252
const targetUrl = `${githubMavenUrl}${path}`;
5353

5454
const cache = caches.default;
55-
const cacheTtl = 60 * 5;
55+
const cacheTtl = 60 * 15;
5656
const cacheKey = new Request(targetUrl, { method: "GET" });
5757

5858
const cachedResponse = await cache.match(cacheKey);

0 commit comments

Comments
 (0)