Skip to content

Commit

Permalink
Fix the default configuration for event queue
Browse files Browse the repository at this point in the history
- Event queue should be disabled, making it an opt-in feature.
  • Loading branch information
euripedesrocha committed Nov 23, 2022
1 parent 3e0a118 commit fb42588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/include/mqtt_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fb42588

Please sign in to comment.