codelipenghui commented on a change in pull request #7116:
URL: https://github.com/apache/pulsar/pull/7116#discussion_r433000584
##########
File path: conf/bookkeeper.conf
##########
@@ -268,6 +268,9 @@ serverTcpNoDelay=true
# The Recv ByteBuf allocator max buf size.
# byteBufAllocatorSizeMax=1048576
+# The maximum netty frame size in bytes. Any message received larger than this
will be rejeted. Default value is 1G.
Review comment:
@liudezhi2098 It's better to use 5MB as the default value, in order to
avoid the change of the default value to break the use of some scenes.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]