summaryrefslogtreecommitdiff
path: root/src/components/config_profile/include/config_profile/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/config_profile/include/config_profile/profile.h')
-rw-r--r--src/components/config_profile/include/config_profile/profile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/config_profile/include/config_profile/profile.h b/src/components/config_profile/include/config_profile/profile.h
index b332ed69f5..4846648b2b 100644
--- a/src/components/config_profile/include/config_profile/profile.h
+++ b/src/components/config_profile/include/config_profile/profile.h
@@ -416,7 +416,7 @@ class Profile : public protocol_handler::ProtocolHandlerSettings,
/**
* @brief Returns retry timeout for cloud app connections
*/
- uint16_t cloud_app_retry_timeout() const OVERRIDE;
+ uint32_t cloud_app_retry_timeout() const OVERRIDE;
/**
* @brief Returns maximum retry attempts for cloud app connections
@@ -970,7 +970,7 @@ class Profile : public protocol_handler::ProtocolHandlerSettings,
std::string system_files_path_;
uint16_t transport_manager_tcp_adapter_port_;
std::string transport_manager_tcp_adapter_network_interface_;
- uint16_t cloud_app_retry_timeout_;
+ uint32_t cloud_app_retry_timeout_;
uint16_t cloud_app_max_retry_attempts_;
std::string tts_delimiter_;
uint32_t audio_data_stopped_timeout_;