You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
large file input needs to be tested, along with memory usage. right now, it's being saved to a buffer. it should really be done purely with readstreams if possible, for binary files at least. don't know if it's possible to get the hash and file sized based only on read streams. maybe there's a way
The text was updated successfully, but these errors were encountered:
large file input needs to be tested, along with memory usage. right now, it's being saved to a buffer. it should really be done purely with readstreams if possible, for binary files at least. don't know if it's possible to get the hash and file sized based only on read streams. maybe there's a way
The text was updated successfully, but these errors were encountered: