Bug 10671: Update patron help files [ FOLLOW-UP ]
[koha.git] / catalogue / image.pl
index 4fa77e9..ff74cbe 100755 (executable)
@@ -92,8 +92,7 @@ if ( C4::Context->preference("LocalCoverImages") ) {
 }
 print $data->header(
     -type            => $mimetype,
-    -'Cache-Control' => 'no-store',
-    -expires         => 'now',
+    -expires         => '+30m',
     -Content_Length  => length($image)
 ), $image;