Skip to content

Commit

Permalink
debt simulator (12x more effective)
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Nov 23, 2023
1 parent 43d3984 commit 27e3233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/responseHeaders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export const responseHeaders: Record<string, string> = {
"Referrer-Policy": "strict-origin-when-cross-origin",
"content-type": "application/json;charset=UTF-8",
"access-control-allow-origin": "*",
"Cache-Control": `max-age=${60 * 60 * 12}`,
"Cache-Control": `max-age=${60 * 60 * 1}`,
};

0 comments on commit 27e3233

Please sign in to comment.