From 5475e43f2b1452ceccdcb0e2d65a18d68100717c Mon Sep 17 00:00:00 2001 From: shenpeixing Date: Mon, 21 Apr 2025 10:01:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E6=8A=A5=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=A4=B1=E8=B4=A5=E6=97=B6=E9=87=8D=E8=AF=95=E6=AC=A1?= =?UTF-8?q?=E6=95=B0=E8=BF=87=E5=A4=9A=E5=AF=BC=E8=87=B4=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E9=98=BB=E5=A1=9E=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shenpeixing --- utils/common/src/sensor_basic_data_channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/common/src/sensor_basic_data_channel.cpp b/utils/common/src/sensor_basic_data_channel.cpp index 0c043324..4d278d9c 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 -- Gitee