X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=catalogue%2Fimage.pl;h=ff74cbefcf720cd38c09d033b2f059618f171c22;hb=2624a4538606a852b6d860623b251cdb86bf7ac2;hp=4fa77e90562b63c7268d905acd9b2de673c7d818;hpb=6eb021ab0e113e2b6b897c89475f1eadc7a2c15b;p=koha.git 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;