Skip to content

Release v0.3.1

Choose a tag to compare

@nwronski nwronski released this 27 Oct 04:09
· 91 commits to master since this release

Fixed

  • Entire stdout buffer was being saved to memory for each child process which was a large amount of data for each transcoding operation. Now only the most recent chunk of lines from a child process stdout is saved in memory.