💾 Archived View for iich.space › src › constants.ts captured on 2022-03-01 at 15:59:13.
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
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;