Fix the default configuration for event queue

- Event queue should be disabled, making it an opt-in feature.
This commit is contained in:
Rocha Euripedes
2022-11-23 20:40:31 +08:00
parent 3e0a118e0b
commit fb42588a03

View File

@ -99,7 +99,7 @@
#ifdef CONFIG_MQTT_EVENT_QUEUE_SIZE
#define MQTT_EVENT_QUEUE_SIZE CONFIG_MQTT_EVENT_QUEUE_SIZE
#else
#define MQTT_EVENT_QUEUE_SIZE 10
#define MQTT_EVENT_QUEUE_SIZE 1
#endif
#define OUTBOX_MAX_SIZE (4*1024)