Skip to content

Commit 85f18ba

Browse files
longer cache time
1 parent f5ab530 commit 85f18ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

car/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def wrapped(*a, **k):
7575
r = f(*a, **k)
7676
resp = make_response(r)
7777
if request.headers.get("HX-Preloaded"):
78-
resp.headers["Cache-Control"] = "private, max-age=60"
78+
resp.headers["Cache-Control"] = "private, max-age=600"
7979
return resp
8080

8181
return wrapped

0 commit comments

Comments
 (0)