From: Marius Gavrilescu Date: Wed, 26 Mar 2014 06:19:40 +0000 (+0200) Subject: Set max-age for Log to 10 seconds X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=commitdiff_plain;h=6529f1ebe3b0a2ee2d9ca195293459eb0196eb00 Set max-age for Log to 10 seconds --- diff --git a/lib/Gruntmaster/Page/Generic.pm b/lib/Gruntmaster/Page/Generic.pm index e0eb290..99f75b0 100644 --- a/lib/Gruntmaster/Page/Generic.pm +++ b/lib/Gruntmaster/Page/Generic.pm @@ -175,5 +175,6 @@ thing { putsym 'Gruntmaster::Page::Pb::Entry::vary', sub { 'Authorization' }; putsym 'Gruntmaster::Page::Pb::Entry::max_age', sub { 600 }; +putsym 'Gruntmaster::Page::Log::max_age', sub { 10 }; 1