From e368c95ebabfd05cc78520251c50eb8376c34869 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 2 Mar 2012 11:42:42 -0600 Subject: Reduce template caching time on main page We can afford to update this more often. Signed-off-by: Dan McGee --- templates/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/public/index.html b/templates/public/index.html index 038fd8d..e2f4afe 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -7,7 +7,7 @@ {% endblock %} {% block content_left %} -{% cache 300 main-page-left secure %} +{% cache 62 main-page-left secure %}

A simple, lightweight distribution

@@ -79,7 +79,7 @@ {% endblock %} {% block content_right %} -{% cache 300 main-page-right secure %} +{% cache 59 main-page-right secure %}
-- cgit v1.2.3-24-g4f1b