From 3aa6897738c7ad0fecfbb7429dbfeeb976f3af20 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Fri, 14 Apr 2023 22:56:11 +0800 Subject: [PATCH] refactor: increase the buffer size --- 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 5ec5be169e..7171b52912 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 2 +#define STREAM_TASK_INPUT_QUEUEU_CAPACITY 2000 int32_t streamInit() { int8_t old;