💾 Archived View for iich.space › src › constants.ts captured on 2021-12-03 at 14:04:38.

View Raw

More Information

-=-=-=-=-=-=-

export const RECENT_POST_COUNT = 10;
export const THREADS_PER_PAGE = 10;
export const REPLIES_PER_THREAD = 2;
export const TRUNCATED_REPLY_COUNT = 10;
export const FEED_POST_COUNT = 50;
export const GEMINI = '♊︎';
export const MAX_FILE_SIZE = 1024 * 1024 * 2;