mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
6 lines
302 B
JavaScript
6 lines
302 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_REPORT_CONTENT_DETAILS = 500;
|
|
export const FF_MAX_CHARS_REPORT_CONTENT_ADDRESS = 255;
|
|
export const FF_MAX_CHARS_REPORT_CONTENT_SHORT = 100;
|