Details
-
Improvement
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
None
Description
in logback/core/rolling/helper/Compressor.java, there are two
byte[] inbuf = new byte[8102];
any particular reason not to use 8192 as buffer size ?
Also worth to extract a constant for both buffer sizes, IMO.