X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=catalogue%2Fimage.pl;h=ff74cbefcf720cd38c09d033b2f059618f171c22;hb=ef5d4f3c62957100dae0948a44bd27a2159892b4;hp=4fa77e90562b63c7268d905acd9b2de673c7d818;hpb=6eb021ab0e113e2b6b897c89475f1eadc7a2c15b;p=koha_fer diff --git a/catalogue/image.pl b/catalogue/image.pl index 4fa77e9056..ff74cbefcf 100755 --- a/catalogue/image.pl +++ b/catalogue/image.pl @@ -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;