Skip to content

Commit

Permalink
cache lasted too long
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Oct 15, 2023
1 parent a32706b commit a7e654a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lambda/get_deployed_exe_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ def respond_with_version(version: Dict, jsonp: str):
statusCode=200,
headers={
"content-type": "application/json",
"cache-control": "max-age=86400, public",
"max-age": "86400",
"s-maxage": "86400",
"cache-control": "max-age=3600, public",
"max-age": "3600",
"s-maxage": "3600",
},
body=json.dumps(
{
Expand Down

0 comments on commit a7e654a

Please sign in to comment.