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

Fetching large files always gives up at 50MiB #34

Closed
j2kun opened this issue Feb 11, 2020 · 1 comment
Closed

Fetching large files always gives up at 50MiB #34

j2kun opened this issue Feb 11, 2020 · 1 comment

Comments

@j2kun
Copy link

j2kun commented Feb 11, 2020

I tried to fetch a relatively large file (200 MiB) for a visualization. However, the fetch request always seems to give up at 50.7 MiB. Below is a screenshot of the situation in Chrome, and a link to the project.

I am not super well versed in the nuances of javascript network requests, but I did notice that "streaming is supported", though I'm not sure if that's used in this case, or how specifically to enable it.

Am I doing something stupid here?

https://github.com/j2kun/harmonic-phase-space

Screen Shot 2020-02-10 at 6 37 57 PM

@mbostock
Copy link
Member

This library just wraps Fetch (see the source). I’d fetch isn’t doing what you expect, you might try asking Stack Overflow for help. It could be a network or server or browser add on issue.

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

No branches or pull requests

2 participants