mirror of
https://github.com/nanomq/nanomq.git
synced 2025-05-04 03:06:43 +00:00
* MDF [conf] Fix default max_packet_size
The maximum packet size that MQTT protocol spec allows is 256 MB. The current default value does not make sense, and breaks compatibility with various MQTT client libraries, such as Eclipse Paho.
This commit is contained in:
parent
6658785670
commit
cea114c0a4
@ -6,7 +6,7 @@
|
||||
|
||||
mqtt {
|
||||
property_size = 32
|
||||
max_packet_size = 260MB
|
||||
max_packet_size = 256MB
|
||||
max_mqueue_len = 2048
|
||||
retry_interval = 10s
|
||||
keepalive_multiplier = 1.25
|
||||
|
Loading…
x
Reference in New Issue
Block a user