From 6529f1ebe3b0a2ee2d9ca195293459eb0196eb00 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Wed, 26 Mar 2014 08:19:40 +0200 Subject: [PATCH] Set max-age for Log to 10 seconds --- lib/Gruntmaster/Page/Generic.pm | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2