Change the default value of mqtt.keepalive_backoff to 0.75

This commit is contained in:
Feng Lee 2017-12-27 21:30:17 +08:00
parent d8f78c885d
commit ed5e4d1857
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
##==================================================================== ##====================================================================
## EMQ Configuration R2.3.0 ## EMQ Configuration R2.3.3
##==================================================================== ##====================================================================
##-------------------------------------------------------------------- ##--------------------------------------------------------------------
@ -196,7 +196,7 @@ mqtt.max_packet_size = 64KB
mqtt.websocket_protocol_header = on mqtt.websocket_protocol_header = on
## The Keepalive timeout: Keepalive * backoff * 2 ## The Keepalive timeout: Keepalive * backoff * 2
mqtt.keepalive_backoff = 1.25 mqtt.keepalive_backoff = 0.75
##-------------------------------------------------------------------- ##--------------------------------------------------------------------
## MQTT Connection ## MQTT Connection