timoninmaxim commented on code in PR #12019:
URL: https://github.com/apache/ignite/pull/12019#discussion_r2052752641


##########
modules/core/src/main/java/org/apache/ignite/internal/binary/streams/BinaryMemoryAllocatorChunk.java:
##########
@@ -17,10 +17,18 @@
 
 package org.apache.ignite.internal.binary.streams;
 
+import org.apache.ignite.IgniteSystemProperties;
+
 /**
  * Memory allocator chunk.
  */
 public interface BinaryMemoryAllocatorChunk {
+    /** @see IgniteSystemProperties#IGNITE_MARSHAL_BUFFERS_RECHECK */
+    public static final int DFLT_MARSHAL_BUFFERS_RECHECK = 10000;

Review Comment:
   Move this variables to BinaryUtils.



-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to