Bug 10403: (follow-up) fix test to use vendor created earlier during test
[koha.git] / opac / opac-image.pl
index ba554c7..e2dc556 100755 (executable)
@@ -92,8 +92,7 @@ if ( C4::Context->preference("OPACLocalCoverImages") ) {
 }
 print $data->header(
     -type            => $mimetype,
-    -'Cache-Control' => 'no-store',
-    -expires         => 'now',
+    -expires         => '+30m',
     -Content_Length  => length($image)
 ), $image;