diff --git a/utils/common/src/sensor_basic_data_channel.cpp b/utils/common/src/sensor_basic_data_channel.cpp index 0c043324e6997b483cb6130ca51ddbf2e8dfdcb1..4d278d9c731ad144771367509d4af2171ba04e76 100644 --- a/utils/common/src/sensor_basic_data_channel.cpp +++ b/utils/common/src/sensor_basic_data_channel.cpp @@ -36,7 +36,7 @@ constexpr int32_t SENSOR_READ_DATA_SIZE = sizeof(SensorData) * 100; constexpr int32_t DEFAULT_CHANNEL_SIZE = 2 * 1024; constexpr int32_t MAX_RECV_LIMIT = 32; constexpr int32_t SOCKET_PAIR_SIZE = 2; -constexpr int32_t SEND_RETRY_LIMIT = 32; +constexpr int32_t SEND_RETRY_LIMIT = 5; constexpr int32_t SEND_RETRY_SLEEP_TIME = 500; } // namespace