ferrirW commented on a change in pull request #2533:
URL: https://github.com/apache/thrift/pull/2533#discussion_r815543315



##########
File path: lib/java/src/org/apache/thrift/server/AbstractNonblockingServer.java
##########
@@ -51,6 +51,7 @@
 
   public static abstract class AbstractNonblockingServerArgs<T extends 
AbstractNonblockingServerArgs<T>> extends AbstractServerArgs<T> {
     public long maxReadBufferBytes = 256 * 1024 * 1024;
+    public long maxReadFrameBytes = 256 * 1024 * 1024;

Review comment:
       Just because DEFAULT_MAX_FRAME_SIZE is not exist in 0.9.2. 
   I will fix it. 




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to