diff --git a/source/libs/stream/src/stream.c b/source/libs/stream/src/stream.c index 7171b529129858db7c455f33422b2f83e8e9677c..3b9306c2cfc08034219db0cb208a7dd36f1e1d39 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;