From 4c4a4775decbf252940af5f7275b3132d15e75fa Mon Sep 17 00:00:00 2001 From: liuyao <54liuyao@163.com> Date: Wed, 26 Apr 2023 19:13:58 +0800 Subject: [PATCH] opt stream --- source/libs/stream/src/stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/stream/src/stream.c b/source/libs/stream/src/stream.c index 9dda243953..e7a5e18879 100644 --- a/source/libs/stream/src/stream.c +++ b/source/libs/stream/src/stream.c @@ -16,7 +16,7 @@ #include "streamInc.h" #include "ttimer.h" -#define STREAM_TASK_INPUT_QUEUEU_CAPACITY 3000 +#define STREAM_TASK_INPUT_QUEUEU_CAPACITY 10240 int32_t streamInit() { int8_t old;