diff --git a/src/ESP32React/MqttSettingsService.h b/src/ESP32React/MqttSettingsService.h index 2c4871a50..b844e2ea1 100644 --- a/src/ESP32React/MqttSettingsService.h +++ b/src/ESP32React/MqttSettingsService.h @@ -39,7 +39,7 @@ #endif #ifndef FACTORY_MQTT_KEEP_ALIVE -#define FACTORY_MQTT_KEEP_ALIVE 16 +#define FACTORY_MQTT_KEEP_ALIVE 60 #endif #ifndef FACTORY_MQTT_CLEAN_SESSION