We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172c8b6 commit 690af85Copy full SHA for 690af85
src/ArduinoIoTCloud.h
@@ -26,7 +26,7 @@ class ArduinoIoTCloudClass {
26
static const int MQTT_BUFFER_SIZE = 256;
27
static const int MAX_RETRIES = 5;
28
static const int RECONNECTION_TIMEOUT = 2000;
29
- const mqttConnectionOptions mqttOpt = {30, false, 1000};
+ const mqttConnectionOptions mqttOpt = {30, false, 1500};
30
31
int connect();
32
bool disconnect();
0 commit comments