You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2017/11/02 03:16:46 UTC

[GitHub] fuyou001 opened a new pull request #188: Rocketmq 308

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:
users@infra.apache.org


With regards,
Apache Git Services