turtled 8 лет назад
Родитель
Сommit
91b64813fa
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      etc/emq.conf

+ 3 - 3
etc/emq.conf

@@ -783,21 +783,21 @@ listener.tcp.external.send_timeout_close = on
 ## See: listener.tcp.<name>.recbuf
 ## See: listener.tcp.<name>.recbuf
 ##
 ##
 ## Value: Bytes
 ## Value: Bytes
-## listener.tcp.internal.recbuf = 4KB
+## listener.tcp.internal.recbuf = 16KB
 
 
 ## The TCP send buffer(os kernel) for internal MQTT connections.
 ## The TCP send buffer(os kernel) for internal MQTT connections.
 ##
 ##
 ## See: http://erlang.org/doc/man/inet.html
 ## See: http://erlang.org/doc/man/inet.html
 ##
 ##
 ## Value: Bytes
 ## Value: Bytes
-## listener.tcp.internal.sndbuf = 4KB
+## listener.tcp.internal.sndbuf = 16KB
 
 
 ## The size of the user-level software buffer used by the driver.
 ## The size of the user-level software buffer used by the driver.
 ##
 ##
 ## See: listener.tcp.<name>.buffer
 ## See: listener.tcp.<name>.buffer
 ##
 ##
 ## Value: Bytes
 ## Value: Bytes
-## listener.tcp.internal.buffer = 4KB
+## listener.tcp.internal.buffer = 16KB
 
 
 ## Sets the 'buffer = max(sndbuf, recbuf)' if this option is enabled.
 ## Sets the 'buffer = max(sndbuf, recbuf)' if this option is enabled.
 ##
 ##