vvo/concat-files

Max buffer size issues

Opened this issue · 0 comments

I'm running into issues where the max buffer size is only ~2.1GB, so if the files I'm trying to concat end up being larger than 2.1GB it blows up with a max buffer size error. Anyway the code could be refactored to use streams, which I assume would be the solution then in that case?