increase connect timeout to allow for 5 second ban response
This commit is contained in:
parent
d7f85c1ff2
commit
39f1169559
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user