mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Yannick Lecaillez
03.09.2016 bb8d8ab8ac1bc14b26abf45c8fda5cf571c1c9bb
opendj-grizzly/src/main/java/org/forgerock/opendj/grizzly/ASN1BufferWriter.java
@@ -135,7 +135,7 @@
    private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
    /** Initial size of newly created buffers. */
    private static final int BUFFER_INIT_SIZE = 4096;
    private static final int BUFFER_INIT_SIZE = 1024;
    /** Default maximum size for cached protocol/entry encoding buffers. */
    private static final int DEFAULT_MAX_INTERNAL_BUFFER_SIZE = 32 * 1024;