Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.20
-
None
Description
Currently, the compression level for ParallelScatterZipCreator is hard-coded as Deflater.DEFAULT_COMPRESSION in the method createDeferred(). It would be nice if that could be changed via a constructor parameter or a set method.