aa8b1f8602
## Issue Closes 5571: Limit description length on channel edit ## Notes Similar to the previous value of '5000', this is a trial-and-error estimate.
5 lines
236 B
JavaScript
5 lines
236 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_DESCRIPTION_CHANNEL = 3000;
|
|
export const FF_MAX_CHARS_IN_POST = 10000;
|