mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 12:07:51 +08:00
fix: Allow up to 10000 dataframe rows to be visible
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
MAX_TEXT_LENGTH = 2000
|
||||
MAX_ITEMS_LENGTH = 100
|
||||
MAX_ITEMS_LENGTH = 10000
|
||||
|
||||
Reference in New Issue
Block a user