diff options
author | Dan McGee <dan@archlinux.org> | 2012-03-02 11:42:42 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-03-02 11:42:42 -0600 |
commit | e368c95ebabfd05cc78520251c50eb8376c34869 (patch) | |
tree | dbc6d7cc1014c0bb1c24b4105f29b7bd22f87353 | |
parent | 14c51a5bd86384510071829ba0b0cfb515e924e5 (diff) |
Reduce template caching time on main page
We can afford to update this more often.
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | templates/public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 038fd8d6..e2f4afe1 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 %} <div id="intro" class="box"> <h2>A simple, lightweight distribution</h2> @@ -79,7 +79,7 @@ {% endblock %} {% block content_right %} -{% cache 300 main-page-right secure %} +{% cache 59 main-page-right secure %} <div id="pkgsearch" class="widget"> <form id="pkgsearch-form" method="get" action="/packages/"> |