diff options
Diffstat (limited to 'src/get.ts')
-rw-r--r-- | src/get.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ export async function get_id( const res = new Response(html, { status: 301 }); res.headers.set("Location", url.href); - res.headers.set("Cache-Control", "max-age=3"); + res.headers.set("Cache-Control", "max-age=120"); res.headers.set("Content-Type", "text/html"); if (context.headers["user-agent"] ?? "".includes("curl")) { |