add new chars limit for post

This commit is contained in:
Baltazar Gomez 2020-08-05 19:25:22 -05:00 committed by Sean Yesmunt
parent 5f5203a211
commit 2089a0064f

View file

@ -1,3 +1,4 @@
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;