Compare commits
2 commits
02f681e799
...
63f1bfb819
Author | SHA1 | Date | |
---|---|---|---|
63f1bfb819 | |||
74035544e7 |
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
(set-response-header :content-type "text/html; charset=utf-8")
|
||||
(set-response-header :cache-control (if (string= (hp-env) "dev")
|
||||
"no-store, no-cache, must-revalidate"
|
||||
"public, max-age=60, s-maxage=60, stale-while-revalidate=59"))
|
||||
"public, max-age=0, must-revalidate, s-maxage=60, stale-while-revalidate=60"))
|
||||
(call-next-method app
|
||||
(hsx:render-to-string
|
||||
(match result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue