X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=catalogue%2Fimage.pl;h=ff74cbefcf720cd38c09d033b2f059618f171c22;hb=cec20df6d9a863d9ee33c670970b37f62d508280;hp=4fa77e90562b63c7268d905acd9b2de673c7d818;hpb=0c40ff9f9814295fe27f52047bfbe4ef7b47e78b;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;