Replies: 1 comment 3 replies
-
Hey @ericsalim, I think in that case the best option is to use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the maximum number of output lines are limited to 1000 lines. See #803. I believe the choice of number is arbitrary.
I use Livebook to make test calls to API endpoints. Sometimes the number of lines in the response body exceeds 1000. There is no way for me to get the full response body.
Since there is no one-size-fits-all number, I suggest making this configurable as an environment variable. The default value should stay 1000. But the user can configure the number based on the machine capability.
Beta Was this translation helpful? Give feedback.
All reactions