Stop setting a long max-age for the viewing store items

As as new derivations are loaded, the contents of the page can change.
This commit is contained in:
Christopher Baines 2019-12-01 22:44:21 +00:00
parent a0ce016c02
commit acf1735a0f
1 changed files with 1 additions and 2 deletions

View File

@ -172,8 +172,7 @@
((file-name output-id rest ...)
(select-derivations-using-output
conn output-id))))
derivations))
#:extra-headers http-headers-for-unchanging-content)))))
derivations)))))))
(define handle-static-assets
(if assets-dir-in-store?