fix: update text truncation limits to allow better visibility (#9147)

* Updated limits to triple

* removed update of items length
This commit is contained in:
Lucas Oliveira 2025-07-23 10:41:44 -03:00 committed by GitHub
commit 491af2ec77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,2 +1,2 @@
MAX_TEXT_LENGTH = 2000
MAX_TEXT_LENGTH = 6000
MAX_ITEMS_LENGTH = 1000