]> iEval git - gruntmaster-page.git/blobdiff - lib/Gruntmaster/Page/Log.pm
Add Cache-Control to most requests
[gruntmaster-page.git] / lib / Gruntmaster / Page / Log.pm
index 19862a82b69a8840a5dd6a00c615a8a5bea30c71..9192d9580b2b198d6eb30783917c124eaeabf216 100644 (file)
@@ -31,8 +31,8 @@ HTML
 };
 
 sub _generate{
-       my ($self, $htc, $lang, $logger, $ct, $page) = @_;
-       debug $logger => "language is '$lang', contest is '$ct' and page is '$page'";
+       my ($self, $htc, $lang, $env, $ct, $page) = @_;
+       debug $env => "language is '$lang', contest is '$ct' and page is '$page'";
        local $Gruntmaster::Data::contest = $ct if $ct;
 
        my $pages = POSIX::floor (jobcard / PAGE_SIZE);
@@ -55,4 +55,6 @@ sub _generate{
        $htc->param(prev => $page - 1) unless $page == 1;
 }
 
+sub max_age { 5 }
+
 1
This page took 0.016737 seconds and 4 git commands to generate.