From 5704c0467e704955b8b415e2c9ab526fb21c29cb Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 22 May 2012 13:15:06 -0400 Subject: [PATCH] Hopefully improve performance by reducing snipts-per-page --- snipts/templates/snipts/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipts/templates/snipts/list.html b/snipts/templates/snipts/list.html index f7b6dd9..8b6a9cf 100644 --- a/snipts/templates/snipts/list.html +++ b/snipts/templates/snipts/list.html @@ -19,7 +19,7 @@ {% block content %}
- {% autopaginate snipts 20 %} + {% autopaginate snipts 10 %} {% for snipt in snipts %} {% include "snipts/snipt-list.html" %} {% empty %}