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:
@@ -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 = {'"': '"'}
|
||||
|
||||
Reference in New Issue
Block a user