fuyou001 opened a new pull request #188: Rocketmq 308
URL: https://github.com/apache/rocketmq/pull/188
 
 
   ## What is the purpose of the change
   increasing name server component network socket buffer, improve broker 
register speed
   
   ## Brief changelog
   
   delete `NamesrvStartup ` set network socket buffer code,using default value. 
   
   
   delete code
   ```java
     if (null == 
System.getProperty(NettySystemConfig.COM_ROCKETMQ_REMOTING_SOCKET_SNDBUF_SIZE)) 
{
               NettySystemConfig.socketSndbufSize = 4096;
           }
   
           if (null == 
System.getProperty(NettySystemConfig.COM_ROCKETMQ_REMOTING_SOCKET_RCVBUF_SIZE)) 
{
               NettySystemConfig.socketRcvbufSize = 4096;
           }
   ```
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to