Bump comment and reply page size to 10 (was 5 and 3, respectively)
This commit is contained in:
parent
f8bdd0704f
commit
2f92ce8bb4
1 changed files with 2 additions and 2 deletions
|
@ -17,5 +17,5 @@ export const BLOCK_LEVEL = {
|
|||
ADMIN: 'admin',
|
||||
};
|
||||
|
||||
export const COMMENT_PAGE_SIZE_TOP_LEVEL = 5;
|
||||
export const COMMENT_PAGE_SIZE_REPLIES = 3;
|
||||
export const COMMENT_PAGE_SIZE_TOP_LEVEL = 10;
|
||||
export const COMMENT_PAGE_SIZE_REPLIES = 10;
|
||||
|
|
Loading…
Reference in a new issue