Skip to content

Fix option to use multiple output streamer for legacy SharedWriter.

This option allows the legacy SharedWriter (which compresses data) to have individual/multiple instances, so each stream/output file has its own. This can alleviate the SharedWriter from becoming a bottle neck.

Merge request reports