From 045c4cd8fce41fff1fdd7cef075fec094935b2da Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Thu, 19 Sep 2024 13:30:27 +0800 Subject: [PATCH] update param --- source/libs/transport/inc/transComm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/transport/inc/transComm.h b/source/libs/transport/inc/transComm.h index e75cd51fc0..3b3af3d0de 100644 --- a/source/libs/transport/inc/transComm.h +++ b/source/libs/transport/inc/transComm.h @@ -492,7 +492,7 @@ int32_t transUtilSWhiteListToStr(SIpWhiteList* pWhiteList, char** ppBuf); enum { REQ_STATUS_INIT = 0, REQ_STATUS_PROCESSING }; -#define BUFFER_LIMIT 4 +#define BUFFER_LIMIT 1 #define HEAP_MISS_HIT_LIMIT 100000 #define READ_TIMEOUT 100000