From 8b5251004f2ed1343b27bcdd4f1ba5aa95dba3d1 Mon Sep 17 00:00:00 2001 From: liuyao <54liuyao@163.com> Date: Thu, 27 Apr 2023 14:04:46 +0800 Subject: [PATCH] inc queue cap --- 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 0ff6feb39a..154fd2ae84 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 50240 +#define STREAM_TASK_INPUT_QUEUEU_CAPACITY 102400 int32_t streamInit() { int8_t old; -- GitLab