Open bwmcbride opened 6 years ago
Superagent now supports limiting the response size. We could limit this in JS to be, for example, 50mb. https://github.com/visionmedia/superagent/commit/946e28dab08f2ab334753bf36a2fbc5110d17789
Additionally possible to truncate the results based on an arbitrary results limit.
while i < 500
for example
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?