blazer icon indicating copy to clipboard operation
blazer copied to clipboard

Changes download to not write file before sending response

Open ronualdo opened this issue 9 months ago • 1 comments

I have a few cases where the download action is triggering server timeouts because it seems that Blazer is writing the whole CSV to the disk before sending the response. I was wondering if we could use response.stream instead to avoid this type of scenario.

I've opened this PR with an initial implementation. Would love to hear any thoughts on this.

ronualdo avatar May 23 '24 23:05 ronualdo