Compare commits
2 commits
64d1147f29
...
f16f49dde7
Author | SHA1 | Date | |
---|---|---|---|
f16f49dde7 | |||
cc6683cdcc |
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,9 @@
|
|||
"private, no-store"
|
||||
(cond
|
||||
((eq strategy :static)
|
||||
"public, max-age=60, s-maxage=31536000")
|
||||
"public, max-age=31536000, immutable")
|
||||
((eq strategy :dynamic)
|
||||
"public, max-age=60 s-maxage=300, stale-while-revalidate=86400, stale-if-error=86400")
|
||||
"public, max-age=60 stale-while-revalidate=86400, stale-if-error=86400")
|
||||
(t
|
||||
"private, no-store")))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue