Files
5chan/src/lib/constants.ts
T

3 lines
123 B
TypeScript
Raw Normal View History

/** Max replies loaded per page from useReplies. Threads with > this use Virtuoso. */
export const REPLIES_PER_PAGE = 500;