Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large result sets break the browser #22

Open
bwmcbride opened this issue Nov 27, 2017 · 2 comments
Open

Large result sets break the browser #22

bwmcbride opened this issue Nov 27, 2017 · 2 comments

Comments

@bwmcbride
Copy link
Member

When a query returns a large result set the browser can break - presumably runs out of memory.

Is it possible to limit the amount of returned data accepted to prevent this?

@paperclipmonkey
Copy link

Superagent now supports limiting the response size. We could limit this in JS to be, for example, 50mb.
ladjs/superagent@946e28d

@paperclipmonkey
Copy link

Additionally possible to truncate the results based on an arbitrary results limit.
while i < 500 for example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants