Skip to content

Commit

Permalink
chore: comment adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
cespin committed Sep 12, 2023
1 parent 099e2e8 commit a8a253c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lambda@edge/origin.response.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const toTransformation = queryString => {
}

const setHeaders = (responseHeaders) => {
// CloudFront caches for 1 year if 'public' (because of the MinTTL/MaxTTL)
// CloudFront caches for 90 secs because of the MinTTL/MaxTTL
// Browser caches for a lot of time
responseHeaders["cache-control"] = [{
key: "Cache-Control",
Expand Down

0 comments on commit a8a253c

Please sign in to comment.