From 10b3fd9426a945159c95f56aff165f35b2595069 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Mon, 17 Apr 2023 09:19:48 +0800 Subject: [PATCH] other: merge main. --- 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 7171b52912..3b9306c2cf 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 2000 +#define STREAM_TASK_INPUT_QUEUEU_CAPACITY 100000 int32_t streamInit() { int8_t old;