sveltejs / examples

A collection of Svelte(Kit) examples
MIT License
35 stars 5 forks source link

Limit memory usage when large files are streamed #13

Closed karimfromjordan closed 6 months ago

karimfromjordan commented 1 year ago

This PR limits the memory usage when large files are streamed as discussed in this issue. I'm not sure why the types are breaking after I changed the line but I profiled the memory usage and it does appear to work correctly.