Release v0.3.1
Fixed
- Entire
stdoutbuffer 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 processstdoutis saved in memory.
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.