fix: update text truncation limits to allow better visibility (#9147)
* Updated limits to triple * removed update of items length
This commit is contained in:
parent
9e24202466
commit
491af2ec77
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
MAX_TEXT_LENGTH = 2000
|
||||
MAX_TEXT_LENGTH = 6000
|
||||
MAX_ITEMS_LENGTH = 1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue