mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
4 lines
179 B
JavaScript
4 lines
179 B
JavaScript
export const FF_MAX_CHARS_DEFAULT = 2000;
|
|
export const FF_MAX_CHARS_IN_COMMENT = 2000;
|
|
export const FF_MAX_CHARS_IN_DESCRIPTION = 5000;
|
|
export const FF_MAX_CHARS_IN_POST = 10000;
|