Remove Namespace.MAX_BUFFER_SIZE
[controller.git] / 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.
    */