]> git.sesse.net Git - wloh/blobdiff - www/rating.pl
Increase the expiry time for the ratings page, and rely on clearing it explicitly...
[wloh] / www / rating.pl
index fa1eb9d9fda943eacaa1f91521fa7f5908b2bca8..557231538514e8743bf8463418e1d10aea5b7a15 100755 (executable)
@@ -97,7 +97,7 @@ while (my $ref = $q->fetchrow_hashref) {
        push @players, \%player;
 }
 
-print CGI->header(-type=>'text/html; charset=utf-8', -expires=>'+5m');
+print CGI->header(-type=>'text/html; charset=utf-8', -expires=>'+75m');
 wloh_common::process_template('rating', $locale, {
        '#navbar' => wloh_common::get_navbar($cgi, $dbh, $locale),
        'iterations' => $aux_parms->{'num_iterations'},