Bump comment and reply page size to 10 (was 5 and 3, respectively)

This commit is contained in:
infinite-persistence 2021-07-14 09:12:48 +08:00
parent f8bdd0704f
commit 2f92ce8bb4
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0

View file

@ -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;