ipfs-shipyard / java-ipfs-http-client

A Java implementation of the HTTP IPFS API
MIT License
538 stars 243 forks source link

Add chunked streaming mode to fix issue OOM issue #72 #102

Closed avanaur closed 1 year ago

ianopolous commented 6 years ago

Thanks for your pr. This will help with large files, but I'd like to make it optional. So single file adds would only use it beyond a certain size, and dir adds would do the same, but for the total size of the subtree.