Set max-age for Log to 10 seconds
authorMarius Gavrilescu <marius@ieval.ro>
Wed, 26 Mar 2014 06:19:40 +0000 (08:19 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Wed, 26 Mar 2014 06:19:40 +0000 (08:19 +0200)
lib/Gruntmaster/Page/Generic.pm

index e0eb290edc86991394206ecf67d0971f30b33a5a..99f75b0e2a59e51fa5322a6a4173c91b20b8c6c3 100644 (file)
@@ -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
This page took 0.010341 seconds and 4 git commands to generate.