Commit 154cb843 by Ibrahim Awwal

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

particularly useful.
parent 6057904d
...@@ -22,7 +22,7 @@ import django_comment_client.utils as utils ...@@ -22,7 +22,7 @@ import django_comment_client.utils as utils
import comment_client as cc import comment_client as cc
import xml.sax.saxutils as saxutils import xml.sax.saxutils as saxutils
THREADS_PER_PAGE = 5 THREADS_PER_PAGE = 20
INLINE_THREADS_PER_PAGE = 5 INLINE_THREADS_PER_PAGE = 5
PAGES_NEARBY_DELTA = 2 PAGES_NEARBY_DELTA = 2
escapedict = {'"': '"'} 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