Skip to content

Commit

Permalink
increase connect timeout to allow for 5 second ban response
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtreece committed Jun 28, 2016
1 parent d7f85c1 commit 39f1169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_MQTT.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
#define MQTT_QOS_1 0x1
#define MQTT_QOS_0 0x0

#define CONNECT_TIMEOUT_MS 3000
#define CONNECT_TIMEOUT_MS 6000
#define PUBLISH_TIMEOUT_MS 500
#define PING_TIMEOUT_MS 500

Expand Down

0 comments on commit 39f1169

Please sign in to comment.