Commit f83fd344 by Ibrahim Awwal

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

particularly useful.
parent e59dd3e6
......@@ -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 = {'"': '"'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment