Remove Namespace.MAX_BUFFER_SIZE 31/104731/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Mar 2023 16:09:45 +0000 (17:09 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Mar 2023 16:10:11 +0000 (17:10 +0100)
This constant is not used anywhere, remove it.

JIRA: CONTROLLER-2072
Change-Id: If33308ba3aa7bc6eb8ee4f95702eccfc3fcb4604
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
third-party/atomix/storage/src/main/java/io/atomix/utils/serializer/Namespace.java

index a17db0a38b8e3d521698aa5111e6af6676d6002c..ff2afd09618a11b95c6dabcd9a30e89ab4954eef 100644 (file)
@@ -55,11 +55,6 @@ public final class Namespace implements KryoFactory, KryoPool {
    */
   public static final int DEFAULT_BUFFER_SIZE = 4096;
 
-  /**
-   * Maximum allowed buffer size.
-   */
-  public static final int MAX_BUFFER_SIZE = 100 * 1000 * 1000;
-
   /**
    * ID to use if this KryoNamespace does not define registration id.
    */