[ 
https://issues.apache.org/jira/browse/COMPRESS-566?focusedWorklogId=554974&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554974
 ]

ASF GitHub Bot logged work on COMPRESS-566:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Feb/21 23:09
            Start Date: 19/Feb/21 23:09
    Worklog Time Spent: 10m 
      Work Description: bokken commented on a change in pull request #168:
URL: https://github.com/apache/commons-compress/pull/168#discussion_r579530866



##########
File path: 
src/main/java/org/apache/commons/compress/compressors/gzip/GzipParameters.java
##########
@@ -118,4 +120,22 @@ public int getOperatingSystem() {
     public void setOperatingSystem(final int operatingSystem) {
         this.operatingSystem = operatingSystem;
     }
+

Review comment:
       The rest of the attributes in the class only had javadoc for setter 
method. I had started writing javadoc but removed it to match the rest. I can 
certainly add.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 554974)
    Time Spent: 40m  (was: 0.5h)

> make gzip deflate buffer size configurable
> ------------------------------------------
>
>                 Key: COMPRESS-566
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-566
>             Project: Commons Compress
>          Issue Type: Improvement
>          Components: Compressors
>            Reporter: Brett Okken
>            Priority: Minor
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> The deflateBuffer in GzipCompressorOutputStream is hardcoded to 512.
> It would be good if this could be configurable in GzipParameters.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to