mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
Merge branch 'bugfix/mqtt_outbox_timeout_default' into 'master'
MQTT: Restore default MQTT_OUTBOX_EXPIRED_TIMEOUT_MS to 30 sec Closes IDFGH-4221 See merge request espressif/esp-idf!11181
This commit is contained in:
commit
807a9b111d
@ -117,7 +117,7 @@ menu "ESP-MQTT Configurations"
|
|||||||
|
|
||||||
config MQTT_OUTBOX_EXPIRED_TIMEOUT_MS
|
config MQTT_OUTBOX_EXPIRED_TIMEOUT_MS
|
||||||
int "Outbox message expired timeout[ms]"
|
int "Outbox message expired timeout[ms]"
|
||||||
default 300000
|
default 30000
|
||||||
depends on MQTT_USE_CUSTOM_CONFIG
|
depends on MQTT_USE_CUSTOM_CONFIG
|
||||||
help
|
help
|
||||||
Messages which stays in the outbox longer than this value before being published will be discarded.
|
Messages which stays in the outbox longer than this value before being published will be discarded.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user