Bump up threads per page again, because I don't think showing 5 threads at a time is

particularly useful.
This commit is contained in:
Ibrahim Awwal
2012-09-14 02:48:49 -07:00
parent 6057904d51
commit 154cb843dd

View File

@@ -22,7 +22,7 @@ import django_comment_client.utils as utils
import comment_client as cc
import xml.sax.saxutils as saxutils
THREADS_PER_PAGE = 5
THREADS_PER_PAGE = 20
INLINE_THREADS_PER_PAGE = 5
PAGES_NEARBY_DELTA = 2
escapedict = {'"': '"'}