increase territory description length
This commit is contained in:
parent
4013c26bb7
commit
88dd002e23
|
@ -25,7 +25,7 @@ export const MAX_TITLE_LENGTH = 80
|
|||
export const MIN_TITLE_LENGTH = 5
|
||||
export const MAX_POST_TEXT_LENGTH = 100000 // 100k
|
||||
export const MAX_COMMENT_TEXT_LENGTH = 10000 // 10k
|
||||
export const MAX_TERRITORY_DESC_LENGTH = 140
|
||||
export const MAX_TERRITORY_DESC_LENGTH = 1000 // 1k
|
||||
export const MAX_POLL_CHOICE_LENGTH = 40
|
||||
export const ITEM_SPAM_INTERVAL = '10m'
|
||||
export const ANON_ITEM_SPAM_INTERVAL = '0'
|
||||
|
|
Loading…
Reference in New Issue